summaryrefslogtreecommitdiff
path: root/modules/path/path.module
Commit message (Collapse)AuthorAge
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.Dries Buytaert2003-10-27
|
* Typoes.Steven Wittens2003-10-23
|
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
| | | | | | | | a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
* - Bugfix: pass the node by reference in path_nodeapi so that $node->path is setDries Buytaert2003-10-17
| | | | | | | | for the node. Fixes bug #3680. Patch by Matt. - Bugfix: when creating a new node, don't try to insert a path if it wasn't set in the node form. This destroys any paths which the user may have created ahead of time for that node. Patch by Matt.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Bugfix: inserting and updating paths was not working. Patch by Matt.Dries Buytaert2003-10-09
| | | | | - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt.
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Node API code clean-up. Patch by Kjartan.Dries Buytaert2003-10-07
|
* - Various path module fixes by Gabor.Dries Buytaert2003-10-05
|
* - Fix visual bug: incorrect colspan for table.Dries Buytaert2003-10-04
|
* - Path modoule improvements. Modified path by Matt.Dries Buytaert2003-10-03
|
* - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.Dries Buytaert2003-10-01
| | | | | | | | | | - Updates database.pgsql and database.mysql to work with current cvs. Patch by Adrian. - Updates update.php to be able to update postgres from 4.2 to current. Patch by Adrian. - Small fixes by me.
* - The path module itselfDries Buytaert2003-09-30