Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Rolling back debug_backtrace(). Handy to have, but PHP 4.3 required. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Ick. Hit the backspace key before commiting. Undoing. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixed cache's handling of HTTP headers (passed all 9 unit tests) | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Fixing cache logic, the logic was inversed. | Kjartan Mannes | 2003-09-29 |
| | |||
* | - Associate a callback with the menu links! (This callback is not yet being | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | called but will be as soon the remaining links have been transformed to use the menu system.) - Made sure the menu does not render links with no callback and no children. Like this, the 'create content' link is not being shown when the user has no permission to add any content. | ||
* | - Made the check for If-Modified-Since and Etag headers work for non-Apache | Dries Buytaert | 2003-09-28 |
| | | | | | webservers. This will, for example, improve caching on IIS. Patch by Kjartan. | ||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Fixed bug #3037: fixed translation issue with menu items. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Renamed some menu items for clarity and ... added basic phpDoc comments. | Dries Buytaert | 2003-09-28 |
| | |||
* | - Rewrote the most of the menu system; this fixes Al's problem with the | Dries Buytaert | 2003-09-28 |
| | | | | | | | | | "create content" link. - Manually merged the user module's new menu items. Al's patch did not apply. - Added some missing t()s. | ||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 |
| | |||
* | - Fixed problem introduced by partial integration of the administration pages. | Dries Buytaert | 2003-09-20 |
| | |||
* | - Fixed critical bug #2952: tablesort_init() used a static variable made it | Dries Buytaert | 2003-09-20 |
| | | | | impossible to use more than one sortable table on a page. | ||
* | - Committed Nick's _content improvements. | Dries Buytaert | 2003-09-20 |
| | |||
* | - XHTML fixes in the base theme. Patch by Chris Johnson. | Dries Buytaert | 2003-09-18 |
| | |||
* | - Book module improvements. This commit changes the behavior of the "view" | Dries Buytaert | 2003-09-15 |
| | | | | | hook. See mailing list for details; search for a mail with the subject: '[IMPORTANT] behavior of "view" hook changed'. Modified patch from Nick. | ||
* | - Don't use the global theme object; use theme() instead. | Dries Buytaert | 2003-09-14 |
| | |||
* | - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch by | Dries Buytaert | 2003-09-14 |
| | | | | Matt. | ||
* | - Committed Nick's path improvements; you can now control the look and feel | Dries Buytaert | 2003-09-11 |
| | | | | of the breadcrumb navigation. | ||
* | - Patch by Bart Jansen: | Dries Buytaert | 2003-09-10 |
| | | | | | | | | | | | | | | | | | | | <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo." | ||
* | - fixing a invaild if that has slipped in. | Kjartan Mannes | 2003-09-05 |
| | |||
* | - Tested and committed Kjartan's performance patches. (Fixed the access check | Dries Buytaert | 2003-08-27 |
| | | | | in update.php though.) | ||
* | - Committed Moshe's selective table rewriting patch. Makes it possible to | Dries Buytaert | 2003-08-26 |
| | | | | share some database tables but not others. | ||
* | - Adding $Id$ and removing som extra spacing | Kjartan Mannes | 2003-08-25 |
| | |||
* | Implemented more suggestions by Keith: | Dries Buytaert | 2003-08-22 |
| | | | | | | | | | | | | | | - Made sure the 'Topic' title is only shown above the topics, not the icons. - Automatically shorten the username when it is too long. I implemented this as part of format_name() and could therefore nuke some code in the statistics module. This is change is somewhat experimental and I'm willing to revert or change this if a number of people aren't too happy with this behavior. - Left align the dates and authors: makes it easier/faster to scan. - Made the little tablesort arrows clickable. | ||
* | - Applied Moshe's tablesort patch! Note that I changed the arrow images | Dries Buytaert | 2003-08-21 |
| | | | | because those of Moshe where not identical. | ||
* | - Committed Jeremy's session patch: this brings us one step closer to having | Dries Buytaert | 2003-08-20 |
| | | | | session for anonymous users. | ||
* | - Bugfix: fixed problem with "exit" hook not always being called. Reported | Dries Buytaert | 2003-08-13 |
| | | | | by Jeremy. Patch by Moshe. | ||
* | - Applied modified version of almaw's 0064 patch: form item attributes. | Kjartan Mannes | 2003-08-12 |
| | | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block. | ||
* | Applied 0007.almaw.home-link-using-l.patch | Kjartan Mannes | 2003-08-11 |
| | | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable. | ||
* | - Committed a modified version of Ulf's input checking changes. Patch #95. | Dries Buytaert | 2003-08-08 |
| | | | | I added an error message, changed a few things around and fixed tw typos. | ||
* | - Cache system improvements by Gerhard: removed some left-overs. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Bugfix: the cache wasn't always cleared properly. Patch by Gerhard. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Fixed node_save() and user_save() bug introduced by table prefix changes. | Dries Buytaert | 2003-07-21 |
| | | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus. | ||
* | - Commited the URL aliasing patch. Thanks Matt. | Dries Buytaert | 2003-07-16 |
| | | | | This update requires you to run update.php! | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Fixed typo | Dries Buytaert | 2003-07-09 |
| | |||
* | - Some more refinements | Dries Buytaert | 2003-07-09 |
| | |||
* | - Changed the XSS check a little to be slightly more forgiving wrt style | Dries Buytaert | 2003-07-09 |
| | | | | attributes. | ||
* | - Improvement: don't perform XSS checks for trusted users. Trusted users | Dries Buytaert | 2003-07-01 |
| | | | | | | | | | | | | | | | are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation. | ||
* | - Fixed some "search related" bugs introduced by Moshe's latest patch. | Dries Buytaert | 2003-06-30 |
| | | | | Fixes bug #2127. | ||
* | - Removed "link" from the XSS check as well as "font". | Dries Buytaert | 2003-06-29 |
| | |||
* | - Improvement: faster regex/checks. Patch by Marco. | Dries Buytaert | 2003-06-28 |
| | |||
* | - Reworked the CXX checking; now, _any_ user input will be checked | Dries Buytaert | 2003-06-27 |
| | | | | | | | | | | | | | and the request will be terminated when something suspicious is detected. This will be logged in the watchdog. With help from Marco. - Fixed translation issue in the archive module. Patch by Gerhard. - Removed dead parameter from variable_get(). Patch by Chris Johnson. Fixes bug #2111. - Improved input checking of taxonomy module. Patch by Gerhard. Fixes bug #2112. | ||
* | - Bugfix: do not escpae slashes in block path. Patch #50 by Gerhard. | Dries Buytaert | 2003-06-26 |
| | | | | (This accompanies the recent block module documentation update, right?) | ||
* | - Bugfix: fixed bug in the search module that prevented the title module | Dries Buytaert | 2003-06-25 |
| | | | | from working properly. Patch by Moshe. Fixes bug #1852. | ||
* | - Bugfix: fixed the "variables not set" problem (bug #2014). Patch by | Dries Buytaert | 2003-06-23 |
| | | | | | | | Slavica. Sorry for the confusion guys - I had it applied on my tree for a couple of days now but forgot to commit it. | ||
* | - Bugfix: fixed problem with changing themes. Didn't apply Al's patch as | Dries Buytaert | 2003-06-20 |
| | | | | | | | | the fix was somewhat simpler. Fixes bug #2003. - Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al. - Improvement: removed stupid descriptions from profile module. | ||
* | - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below. Patch ↵ | Dries Buytaert | 2003-06-19 |
| | | | | | | | | | | | | #33 by Al. - Bugfix: fixed translation problems in the user module and the block module. Patch by Stefan. - Improvement: made it impossible to delete user role #1 and #2. Patch #38 by Al. - Improvement: fixed the "Allowed HTML tag" issues. Makes for better code and improved usability. Patch #35 by Al. NOTE: as soon the compose tips make their way into CVS, most of this code can be removed. | ||
* | - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813. | Dries Buytaert | 2003-06-16 |
| |