Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #15978 by Drumm: code improvement: theme_forum_display() has no ↵ | Dries Buytaert | 2005-01-22 |
| | | | | business calling theme_page(). Lets have it return the output and then forum_page() can put it in a page. | ||
* | - Patch #15843 by Ber: in book-pages node forms we use a delta of fifteen ↵ | Dries Buytaert | 2005-01-19 |
| | | | | (-15 to +15) but in the book-outline admin we dont dewfine this, resulting in a default delta of ten. This should be consistent and thus both 15. | ||
* | - Patch #9477 by JonBob: improved handling of user-specified paths. | Dries Buytaert | 2005-01-19 |
| | |||
* | - Refinements by Walkah, based on suggestions of Steven and myself. | Dries Buytaert | 2005-01-19 |
| | |||
* | - Patch #15847 by James: added rel="nofollow" support. This is implemented ↵ | Dries Buytaert | 2005-01-19 |
| | | | | as a filter so it can be enabled/disabled on a per-role basis (eg. some people might want to enable this for anonymous users but not for authenticated users). | ||
* | - Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and ↵ | Dries Buytaert | 2005-01-19 |
| | | | | tidied up the taxonomy API a bit. This fixes a number of issues. | ||
* | - Bad quote | Steven Wittens | 2005-01-19 |
| | |||
* | - Another code style fix. | Steven Wittens | 2005-01-19 |
| | |||
* | - Fix tracker pager count query being wrong (it did not return a count but a ↵ | Steven Wittens | 2005-01-19 |
| | | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings. | ||
* | - #15500: Fix tracker not showing nodes without comments. | Steven Wittens | 2005-01-19 |
| | | | | - Tiny code style fix | ||
* | - The real code fixes ;) | Steven Wittens | 2005-01-17 |
| | |||
* | - Reversing bad commit, sorry everyone. | Steven Wittens | 2005-01-17 |
| | |||
* | - Various code style fixes | Steven Wittens | 2005-01-17 |
| | |||
* | - Adding a cache wipe to update.php, as this will avoid stale cache bugs ↵ | Steven Wittens | 2005-01-16 |
| | | | | | | after an update (e.g. admin.module was removed -> needs menu cache update). | ||
* | - Patch #14731 by chx: made it possible to rewrite node queries. | Dries Buytaert | 2005-01-16 |
| | |||
* | - Updated the CHANGELOG.txt | Dries Buytaert | 2005-01-15 |
| | |||
* | - Stripped white-space. | Dries Buytaert | 2005-01-15 |
| | |||
* | - Patch #15264 by Ber et al.: improved the story module's help text. | Dries Buytaert | 2005-01-15 |
| | |||
* | Remove left-overs from admin.module. | Steven Wittens | 2005-01-14 |
| | |||
* | - Minor updates | Dries Buytaert | 2005-01-14 |
| | |||
* | - Patch #15570 by Drumm: integrated the admin and system module. Renamed ↵ | Dries Buytaert | 2005-01-14 |
| | | | | the callback as per Goba's suggestion. | ||
* | - Patch #15566 by drumm: must specify a userneme or password error happens ↵ | Dries Buytaert | 2005-01-14 |
| | | | | when it shouldn't. | ||
* | Fixing search tabs going back to "content" when searching on other tabs. | Steven Wittens | 2005-01-14 |
| | |||
* | - Patch #15337 by Gerhard: fixed bug in upgrade path. The 'update_start' ↵ | Dries Buytaert | 2005-01-13 |
| | | | | variable got corrupted. | ||
* | - Some search doxygen tweaks | Steven Wittens | 2005-01-13 |
| | |||
* | Making the installation instructions a bit clearer for newbies and it ↵ | Steven Wittens | 2005-01-13 |
| | | | | explicitly explains that the commands are for the command line. | ||
* | - Fix comment pager counting unpublished comments. | Steven Wittens | 2005-01-12 |
| | |||
* | - Fix comment pager counting unpublished comments. | Steven Wittens | 2005-01-12 |
| | |||
* | - Readding cron note. | Steven Wittens | 2005-01-11 |
| | |||
* | - Make the search settings page more user-friendly. | Steven Wittens | 2005-01-11 |
| | |||
* | Tweak api.module output | Steven Wittens | 2005-01-11 |
| | |||
* | Various additions, improvements and fixes to the search documentation. | Steven Wittens | 2005-01-11 |
| | |||
* | - Oopsie | Steven Wittens | 2005-01-11 |
| | |||
* | - Ensure word length <= 50 bytes | Steven Wittens | 2005-01-11 |
| | |||
* | - Fixing duplicate rows error during indexing | Steven Wittens | 2005-01-11 |
| | | | | - Fixing broken "pagerank" detection | ||
* | - Fix search excerpt highlighter marking substrings of words too + small ↵ | Steven Wittens | 2005-01-10 |
| | | | | improvements | ||
* | - Renamed 'visit' to 'view'. | Dries Buytaert | 2005-01-10 |
| | |||
* | - Watchdog improvement: added a 'view' link for 'access denied' messages. | Dries Buytaert | 2005-01-10 |
| | |||
* | - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵ | Dries Buytaert | 2005-01-10 |
| | | | | into the session table. (Better fix.) | ||
* | - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵ | Dries Buytaert | 2005-01-10 |
| | | | | into the session table. | ||
* | - Fixing a couple of watchdog() calls. | Steven Wittens | 2005-01-09 |
| | |||
* | - Improved the watchdog message | Dries Buytaert | 2005-01-09 |
| | |||
* | - Updated watchod call. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Updated two watchdog calls. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #15328 by Goba: add error marker border for textareas | Dries Buytaert | 2005-01-09 |
| | |||
* | #15347: PHP5 typecasting error | Steven Wittens | 2005-01-09 |
| | |||
* | - The watchdog icons. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. | ||
* | - Patch #15337 by Gerhard: fixed a broken date query in the database scheme. | Dries Buytaert | 2005-01-09 |
| | |||
* | - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend. | Dries Buytaert | 2005-01-07 |
| |