MediaWiki - rename page - "Move" tab not shown - mediawiki

I suspect this is a simple/silly/trivial problem - but I've spent ages without finding a solution.
I have a vanilla MediaWiki instance - a few months old - on an Ubuntu server recently upgraded to 14.04. There is a single "user" - this user is in the "administrator" and "bureaucrat" groups when I look at the "User rights management" special page.
I need to rename some pages... I understand, from the FAQ, that I need to use the "Move" tab - and know that this tab is only shown for logged-in users. (The wiki is configured not to require users to be logged in to do edits.... I don't really need/want any access control.)
Even when logged in, I don't see a "Move" tab... Please can someone give me a hint - What am I doing wrong?

In the Vector skin, the Move tab is by default collapsed into a More tab. Depending on the version of your installation, that might only be an easy-to-overlook triangle:
^^^^

Related

Moodle - where are URLs/links stored in database?

I'm exporting an old release 1.9.2 and importing to 3.0.2.
Each module has dozens of videos that I play via an URL/link, which points to my own .PHP program on the site (and that wraps a Camtasia video).
I found that in 3.0.2, the link opens on a separate page, unless I edit each link by going to "Appearance", then "Display" and setting it to "Embed".
So I would like to write a mySQL update script to automatically set this flag for all such links (I will add a where clause to my script name).
I checked database in PHP/MyAdmin, and didn't see any likely table names.
You should attempt to use the admin tools to update everything, go to your moodle installation's main URL.
Then go to the site administration. After /admin in the url, add /tool/replace and go there.
You can there enter what you want to find in the db, and replace it with another value. Just be carefull with this tool and make a backup before you begin.

Sonarqube Configuration Option Missing

I cannot seem to get the Configuration Button to appear in the Top right hand corner to amend Rule contents (I can Deactivate or Change Severity but would like to be able to change contents also).
I have tried this both using the default admin/admin and my own user both of which have the Global Permission 'Administer Quality Profile and Gates' set for User and Group.
This has been tried with both the In-Built Profile (Sonar way) and my own created from a copy of 'Sonar Way'.
We are using Version 4.5.2 but the same issues seem to exist with Version 5.1 which I have also downloaded.
Don't know whether this is something stupid I am doing, a Plug-In required or possibly a Paid Option but any help or information would be gratefully received as all the Documentation and YouTube vids seem to suggest we are configured correctly and should be able to do this.
Regards,
Dave.
There's no link named "Configuration" in version 4.5. I suppose you mix management of "Quality Profiles", which requires the permission "Administer Quality Profiles and Gates" and global management console, named "Settings", which requires the permission "Administer System".
Screenshot: https://www.evernote.com/l/APs76rLwBZJHEaI7a5C7di--y3peIf42BiY

Do Removed / Deleted WordPress Widgets Are Lost Forever?

If a person has some important text on a widget and accidentally he removes/deletes the widget by expanding it and clicking delete in wp-admin widget's area. Then do this mean that the widget has been lost forever?
Do widget resides somewhere in any of the mysql database's table? Are there any revisions of widgets available?
Another way to get the text is to search the web caching engines like Google Cache, Wayback Machine etc. But what if we are unlucky enough that we have not allowed web crawler in robots.txt file?
Update (August 21, 2013) :-
Besides you give a general answer. Also state whether I can recover a simple 'text/html widget' that comes along with WordPress? Thanks.
It depends on the widget:
the widget developer decides where and how to store the widget data and if that data has revisions or not.
At this point you have the fallowing options:
1) access your database and have a look in the "_options" table for for the option_name %LIKE% widget -> it will show you all the data you have saved related to that widget, if you don't find what you are looking for:
2) check the php code of the widget to see if you can find where it saves the data and if it has revisions.
Your best luck is to have the data in the "_options" table and if you have backup of the table you can extract the data from there.

OpenERP7, new user with full rights unable to create new partners

With the admin user I can do everything, add, delete, modify, etc. As it should be.
Then using this user added a new one, with full access to sales and accounting options as some other ones needed for sales operations. Then tried to add a new supplier and it throws a warning:
Access Denied
The requested operation cannot be completed due to security restrictions.
Please contact your system administrator.
(Document type: Pricelist, Operation: read)
Tested all the possible combinations on user rights and ended up giving full access to all options. Nevertheless I'm unable to create any new contact/customer/supplier/etc with this user. I'm running out of options, I don't know what else to test or where to look.
EDIT
Got an answer on the brand new OpenERP discussion site recommending to uncheck the Portal user rights for the user. Uncheking it partially worked. The warning still appears but when I click OK, fill the supplier and save, the new supplier is added without errors. Any recommendation?
I really think that's not a bug.
it's a conflict of "Rights" (in Access rules and ACL).
A "Portal or Anonymous" user, is an external user (from the company) and have only some limited rights for accessing some public informations or it can be an exteranl partner which can access his private documents and informations related to his relation with this company.
A normal OpenERP user (a company employee with some or all rights "let's call it an internal user") can't be and should not be in the same time a "Portal or Anonymous" user (with very limited rights), and vice-versa.
Just uncheck these two options for an internal OpenERP user.
Is a reported bug that seems to be related to multi-company option selection and user rights.
Go to multi company Access Denied Document type: Partner, Operation: read where the bug was reported and is followed up by other users. Hope a patch is created soon.
I agree, I don't think that's a bug.
I got that error with a user when I created an employee linked to this user.
You have to be at least an employee from the society to add a new client.
Link to create a new employee :
http://yoururl:PORT/?ts=1369948181483#view_type=kanban&model=hr.employee&menu_id=273&action=328
I got the error when I granted Portal rights to a contact/customer, then when a Quotation is sent (testing), opeing the Quotation yields the error message:
Access Denied
The requested operation cannot be completed due to security
restrictions. Please contact your system administrator.
(Document type: Partner, Operation: read)
However, clicking OK, can get past it and proceed to pay. This is a major ongoing sort of issue with OPENERP. It should be fixed by now...
I just faced a similar problem, may solution was to add a record rule for the Administration / Settings group, here is how:
1- Go to Settings->Groups and select Administration / Settings. (Make sure this group is assigned to de new user)
2- Click the Edit button and go to the Rules tab. (It should be empty)
3- Click the Add button, this action open a modal window, click the Create button on it.
4- Give the new rule a semantic name - e.g. Partner: administration settings: see all - and make sure all the access rights are selected.
5- In the object drop down type res.partner, it will allow you to select the object named Partner referenced in the error.
6- Click the Add button in the Groups section and select the Administration / Settings group.
7- Finally click the Save & Close button and save the group changes by clicking the Save button.
Hope this is helpful for beginners in OpenERP. Actually I already have used this solution patter more than once for similar error related to permissions a given user was expected to have.
Its a rules issue. Deactivate the rule Product Template . Rules overrule access writes setup under the user setup. So it looks like users have identical access but these rules bypass your customisations.
i think you should active developer mode, and go to setting/user -> select the user have this error. Then click edit and uncheck public in "Other Extra Rights" section. After that, click save.

Devel Show Queries

I may be missing something obvious here, but in the devel module settings I have checked "Collect query info" and "Display query log", and saved. Where does this information show up? I don't see anything different when I load pages. Is there a variable that I need to inject somewhere in my templates that I missed? I would like to view what queries are executing on each page and the amount of time they are taking.
It should show up in $closure in your theme, unless you have something like Admin installed. In that case, it shows up in the Admin menu under the Devel section.
In addition to Mark Trapp's answer: you need a permission set: "display devel output". Users without that permisison will see no development output.
Check user permissions - there is a specific permission allowing you to view the devel logs. No permission=see nothing at all.