Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #16253 by Goba: this simple and straightforward patch adds the ↵ | Dries Buytaert | 2005-01-27 |
| | | | | ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though. | ||
* | - Patch #16237 by Neil: removed dead code from page.module. | Dries Buytaert | 2005-01-26 |
| | |||
* | - Patch #16197 by Neil: removed useless watchdog "long" help. | Dries Buytaert | 2005-01-26 |
| | | | | Less is more. | ||
* | - Patch #16192 by Neil: moved the submission guidelines found in forum, ↵ | Dries Buytaert | 2005-01-26 |
| | | | | story, and blog and the minimum number of words found in story and blog (blog had a slight bug) into the node module. | ||
* | - Patch #16021 by tangent: changed the format "/blog/feed/52" to ↵ | Dries Buytaert | 2005-01-25 |
| | | | | "/blog/52/feed". | ||
* | - Patch #16181 by Ankur: fixed typo. | Dries Buytaert | 2005-01-25 |
| | |||
* | - Patch #16176 by Drumm based on mockup from Kika: improve access rules UI. | Dries Buytaert | 2005-01-25 |
| | |||
* | - Patch #15937 by wulff: made it so that titles of profile fields only need ↵ | Dries Buytaert | 2005-01-24 |
| | | | | to be unique within a single category. | ||
* | - Modified patch #14170 by Neil: improved default workflow (default node ↵ | Dries Buytaert | 2005-01-24 |
| | | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system. | ||
* | - Patch #15977 by Neil: made the forum module suggest a menu item. | Dries Buytaert | 2005-01-24 |
| | |||
* | - Patch #15948 by matteo: the book module should call the nodeapi hook when ↵ | Dries Buytaert | 2005-01-23 |
| | | | | printing printer-friendly pages. | ||
* | - Patch #16016 by Goba: fixed various bugs in filter tip display. | Dries Buytaert | 2005-01-23 |
| | |||
* | - I had to modify chx's patch/change because it did not work with PHP5. ↵ | Dries Buytaert | 2005-01-23 |
| | | | | Please double-check. | ||
* | - Patch #16026 by chx: fixed node-level permissions. | Dries Buytaert | 2005-01-23 |
| | |||
* | - Patch #16028 by Goba: added class="form-password" to the password form. | Dries Buytaert | 2005-01-23 |
| | |||
* | - Patch #16023 by chx: the upload.module still used the old ↵ | Dries Buytaert | 2005-01-23 |
| | | | | node_access_*_sql calls. | ||
* | - Patch #15655 by Goba: allow blank days in the calendar to be styled using ↵ | Dries Buytaert | 2005-01-23 |
| | | | | CSS, and tidied up the calendar's CSS. | ||
* | - Patch #15962 by Goba: fixed the association between the accesslog data and ↵ | Dries Buytaert | 2005-01-23 |
| | | | | the nodes. | ||
* | Documenting a tricky regexp. | Steven Wittens | 2005-01-22 |
| | |||
* | - Consistency glitch: 'operations' => 'Operations'. | Dries Buytaert | 2005-01-22 |
| | |||
* | - Patch #15957 by Goba: reintroduce translateable watchdog types. | Dries Buytaert | 2005-01-22 |
| | |||
* | - Patch #14936 by Goba: | Dries Buytaert | 2005-01-22 |
| | | | | | | + The "add new comment" was missing for polls. + Renames $main to $teaser where appropriate to follow latest Drupal conventions. | ||
* | - 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. | ||
* | - 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 |
| | |||
* | - Patch #14731 by chx: made it possible to rewrite node queries. | Dries Buytaert | 2005-01-16 |
| | |||
* | - 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 |
| | |||
* | - 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 |
| | |||
* | - Some search doxygen tweaks | Steven Wittens | 2005-01-13 |
| | |||
* | - 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 |