summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - #27346: Don't display trailing | in page title with empty slogan.Steven Wittens2005-07-25
|
* - #16440: Allow taxonomy vocabulary and term forms to be extended.Steven Wittens2005-07-25
|
* - Patch #27003 by Neil: use named constants instead of stringsDries Buytaert2005-07-23
|
* - Patch #27283 by Neil: remove a style for filter tips.Dries Buytaert2005-07-23
|
* - Modified patch #27131 by DriesK: removed some cache_clear_all()s.Dries Buytaert2005-07-23
|
* - Patch #24183 by drumm: remove unnecessary setting from upload module. ↵Dries Buytaert2005-07-22
| | | | Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked.
* - Fixed typo reported by Stefan: theem -> themeDries Buytaert2005-07-20
|
* - Patch #26217 by HellRaider: fixed problem <front> setting in presence of ↵Dries Buytaert2005-07-20
| | | | slashes.
* - Patch #26467 by drumm: make the destination persist across multiple pagesDries Buytaert2005-07-20
| | | | and fixed the node delete form to use a return destination.
* - Fix PHP notice (killes)Steven Wittens2005-07-20
|
* - Patch #26683 by matteo: added missing DISTINCT()sDries Buytaert2005-07-19
|
* - Removed <strong>sDries Buytaert2005-07-19
|
* - Updated CHANGELOG.txtDries Buytaert2005-07-19
|
* - Patch #27062 by nysus: improved the help text of the 'access control' page.Dries Buytaert2005-07-19
| | | | | Generally improves readability; gets rid of technical jargon; provides concrete example; provides suggestions for how permissions can be used.
* - Modified patch #18656 by Moshe: unifies the admin comment form and the ↵Dries Buytaert2005-07-19
| | | | | | usual comment form, similar to what we did for nodes. This resulted lots of duplicate code removal. Also gave administrators the ability to change the author and timestamp of a comment. Also removed comment links from the bottom of the comment preview box (as we did for nodes) Modifications: fixed breadcrumbs, tidied up delete confirmation page to be consistent with node deletions..
* - Misplaced backetDries Buytaert2005-07-19
|
* - Modified patch #20505 by Morbus: fixed scalability issues with terms, ↵Dries Buytaert2005-07-19
| | | | tried to create a better distinction between vocabularies and terms, fixed problem with term pager (temporary fix).
* - Fixed problem with node_load() in blogapi. Reported by nysus.Dries Buytaert2005-07-19
|
* - Replace that icky druplicon-small.png with a nicer one.Steven Wittens2005-07-19
|
* - Fix oopsie in node_load() after recent patch.Steven Wittens2005-07-18
|
* - Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions.Dries Buytaert2005-07-18
| | | | TODO: update image module too?
* - Patch #9178 by mathias: improved menu system integration.Dries Buytaert2005-07-18
|
* - Patch #23746 by Thox: added support for Ajax HTTPPost functionality.Dries Buytaert2005-07-18
|
* - Patch #24805 by Ber: removed some dead code.Dries Buytaert2005-07-18
|
* - Updated handbook-link to reflect the recent handbook restructuring.Dries Buytaert2005-07-18
|
* - Removed some dead code.Dries Buytaert2005-07-18
|
* - Typo after node_load simplification patchSteven Wittens2005-07-17
|
* - Fixed typo in PHPdocDries Buytaert2005-07-17
|
* - Modified patch #25031 by chx: modified node_list() so one has both the ↵Dries Buytaert2005-07-17
| | | | | | module and its type. TODO: update migration page in handbook.
* - Some fixes and some redundant code removed.Dries Buytaert2005-07-17
|
* - Patch #24862 by chx: flatten the node object's member fields.Dries Buytaert2005-07-17
| | | | Also replaced some double quotes by single quotes.
* - node_load(array('nid' => arg(1))) -> node_load(arg(1))Dries Buytaert2005-07-17
|
* - Patch #25634 by chx: simplified node_load().Dries Buytaert2005-07-17
|
* - Patch #26391 by chx: replaced the old XML-RPC library with a ↵Dries Buytaert2005-07-13
| | | | smaller/better/working one.
* - Fix by darix: fixed content type settings broken by berkes' last patch.Dries Buytaert2005-07-07
|
* - Optionally show dots after truncation. TODO: update user.module to take ↵Dries Buytaert2005-07-06
| | | | advantage of this.
* - Removed tab.Dries Buytaert2005-07-05
|
* - Patches by Ber: move user settings and node settings to admin/settings.Dries Buytaert2005-07-03
|
* - Patch #25354 by Thox: fixed Javascript caching. Faster response and less ↵Dries Buytaert2005-07-03
| | | | server traffic for matches previously found.
* - Patch #25928 by Uwe: 'the the' -> 'the'.Dries Buytaert2005-07-03
|
* - 'File Attachments' -> 'File attachments'.Dries Buytaert2005-07-03
|
* - Patch #26233 by Goba: fixed problem with block regions being buggy.Dries Buytaert2005-07-03
|
* - Patch by Bart: fixed update.php after bootstrap patch.Dries Buytaert2005-07-03
|
* - Patch #11927 by stefan/Robin: improved theming of tablesort icons.Dries Buytaert2005-07-02
|
* - Patch 7897: don't show blocks if they have no contentDries Buytaert2005-07-02
|
* - Updated CHANGELOG.txtDries Buytaert2005-06-29
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch by Drumm: removed redundant word.Dries Buytaert2005-06-27
|
* - Patch #25816 by Robert Douglass: removed extra load of boostrap.inc.Dries Buytaert2005-06-27
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.