Difference between revisions of "Site:Developer stuff"
From Feast upon the Word (http://feastupontheword.org). Copyright, Feast upon the Word.
(new page) |
m (add sql for fixing redirects) |
||
| Line 7: | Line 7: | ||
* [[Site:Developer stuff/Removing rights]] : SQL to remove a user's sysop rights. | * [[Site:Developer stuff/Removing rights]] : SQL to remove a user's sysop rights. | ||
* [[Site:Developer stuff/Commentary pages ordered]] : Process used to create the commentary pages ordered table. This table is used by other sql code because it lists all scripture commentary pages and has an id for keeping them in the correct order. | * [[Site:Developer stuff/Commentary pages ordered]] : Process used to create the commentary pages ordered table. This table is used by other sql code because it lists all scripture commentary pages and has an id for keeping them in the correct order. | ||
| + | * [[Site:Developer stuff/Fix redirects]] : With upgraded mediawiki (ver 1.8) redirects are no longer working. | ||
* To edit the left nav, edit [[MediaWiki:Navihtml]]. | * To edit the left nav, edit [[MediaWiki:Navihtml]]. | ||
Revision as of 03:04, 4 February 2007
- Site:Developer stuff/Adding links to TOC : Adding a breadcrumbs type thing to the top of each commentary page so it is easy for a user to get back to a table of contents type list
- Site:Developer stuff/Changing next and previous links : SQL to change next and previous links in preparation for adding links to jump to TOC pages.
- Site:Developer stuff/Manipulating text within the commentary pages : SQL used to move the exegesis down to after the lexical notes.
- Site:Developer stuff/Pages with content : SQL to get a list of pages with content
- Site:Developer stuff/Extending TOC : This is the stuff behind extending the table of contents to include verse references.
- Site:Developer stuff/Analysis of edits : This is some SQL for analyzing the edits that have been done to the commentary pages and the associated talk pages.
- Site:Developer stuff/Removing rights : SQL to remove a user's sysop rights.
- Site:Developer stuff/Commentary pages ordered : Process used to create the commentary pages ordered table. This table is used by other sql code because it lists all scripture commentary pages and has an id for keeping them in the correct order.
- Site:Developer stuff/Fix redirects : With upgraded mediawiki (ver 1.8) redirects are no longer working.
- To edit the left nav, edit MediaWiki:Navihtml.