Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping ↵ | Dries Buytaert | 2004-02-01 |
| | | | | problem. | ||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Many excellent news aggregator improvements by Kjartan: | Dries Buytaert | 2004-01-07 |
| | | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified. | ||
* | - XHTML improvements: <b> -> <strong>. Patch by Stefan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Tidied up some inconsistencies in the code: scripts/code-style.sh is your ↵ | Dries Buytaert | 2003-12-28 |
| | | | | friend. | ||
* | - Path module documentation updates. | Dries Buytaert | 2003-12-09 |
| | |||
* | - Improvements by Goba: | Dries Buytaert | 2003-12-08 |
| | | | | | | + removes the lots of pagers and indirect pager themeing + add the theme_pager() function, which should be called as theme("pager", ...) to get a pager. | ||
* | - Introduced a drupal_set_message() and drupal_get_message() function. | Dries Buytaert | 2003-12-01 |
| | | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them. | ||
* | - Fixed non-ANSI SQL query in path module | Dries Buytaert | 2003-11-27 |
| | |||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 |
| | |||
* | - Patch by JonBob: | Dries Buytaert | 2003-11-20 |
| | | | | | | | | 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. | ||
* | - table(...) -> theme("table", ...) | Dries Buytaert | 2003-11-13 |
| | |||
* | - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. | Dries Buytaert | 2003-11-09 |
| | |||
* | - Bugfix: 'path' -> {url_alias}. Patch by Mark Coady. | Dries Buytaert | 2003-10-27 |
| | |||
* | Typoes. | Steven Wittens | 2003-10-23 |
| | |||
* | - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is | Dries Buytaert | 2003-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 set | Dries Buytaert | 2003-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 $help | Dries Buytaert | 2003-10-09 |
| | | | | parameter from the menu() function. | ||
* | - Bugfix: inserting and updating paths was not working. Patch by Matt. | Dries Buytaert | 2003-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 Buytaert | 2003-10-07 |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | ||
* | - Node API code clean-up. Patch by Kjartan. | Dries Buytaert | 2003-10-07 |
| | |||
* | - Various path module fixes by Gabor. | Dries Buytaert | 2003-10-05 |
| | |||
* | - Fix visual bug: incorrect colspan for table. | Dries Buytaert | 2003-10-04 |
| | |||
* | - Path modoule improvements. Modified path by Matt. | Dries Buytaert | 2003-10-03 |
| | |||
* | - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian. | Dries Buytaert | 2003-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 itself | Dries Buytaert | 2003-09-30 |