- 27 Nov, 2003 1 commit
-
-
Dries authored
-
- 25 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 1 commit
-
-
Dries authored
- Patch by JonBob: Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
-
- 13 Nov, 2003 1 commit
-
-
Dries authored
- table(...) -> theme("table", ...)
-
- 09 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- 27 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: 'path' -> {url_alias}. Patch by Mark Coady.
-
- 23 Oct, 2003 1 commit
-
-
Steven Wittens authored
-
- 22 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is 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.
-
- 17 Oct, 2003 1 commit
-
-
Dries authored
- Bugfix: pass the node by reference in path_nodeapi so that $node->path is set 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.
-
- 09 Oct, 2003 2 commits
-
-
Dries authored
- Committed part 3 of Michael's help system improvements: removed the $help parameter from the menu() function.
-
Dries authored
- Bugfix: inserting and updating paths was not working. Patch by Matt. - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt.
-
- 07 Oct, 2003 2 commits
- 05 Oct, 2003 1 commit
-
-
Dries authored
- Various path module fixes by Gabor.
-
- 04 Oct, 2003 1 commit
-
-
Dries authored
- Fix visual bug: incorrect colspan for table.
-
- 03 Oct, 2003 1 commit
-
-
Dries authored
- Path modoule improvements. Modified path by Matt.
-
- 01 Oct, 2003 1 commit
-
-
Dries authored
- Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. - 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.
-
- 30 Sep, 2003 1 commit
-
-
Dries authored
-