summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Fixed documentation.Dries Buytaert2005-09-23
|
* - Patch #31770 by chx: node_list() -> node_get_types().Dries Buytaert2005-09-23
|
* - Patch #29030 by Goba: updated the path module's documentation.Dries Buytaert2005-09-23
|
* - Patch #10056: allow the node title forms to be customized.Dries Buytaert2005-09-23
|
* - Patch #31760 by webchick: removed redundant code.Dries Buytaert2005-09-22
|
* - Patch #28420 by Jeremy: add the poster's IP/hostname to the /mix/.Dries Buytaert2005-09-19
|
* Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵Dries Buytaert2005-09-19
| | | | bootstrap.inc.
* Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵Dries Buytaert2005-09-19
| | | | bootstrap.inc.
* - Patch #31650 by Robert: removed redundant XML-RPC blogapi setting.Dries Buytaert2005-09-19
|
* - Patch #29866 by Florian, Uwe: made the recent comments block only show ↵Dries Buytaert2005-09-19
| | | | comments on public nodes.
* - Patch #31014 by chx, zack: on taxonomy overview pages, make term names ↵Dries Buytaert2005-09-19
| | | | link to their respective taxonomy/term/(x) page.
* - Patch #31585 by Thox: fixed author information block.Dries Buytaert2005-09-19
|
* - Patch #31449 by chx: store session IDs in the accesslog table.Dries Buytaert2005-09-18
|
* - Patch #31306 by ax: fixed menu system warning.Dries Buytaert2005-09-18
|
* - Patch #31343 by Robert Douglas et al: fixed database table problem with ↵Dries Buytaert2005-09-18
| | | | forum table.
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | to validate other form submissions, not just comments. Two new functions are introduced, form_token() and form_validate(). The first function uses a private key and a public key to set a token in a hidden field. The second function validates the token. The comment and contect module are updated to use these functions.
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | to validate other form submissions, not just comments. Two new functions are introduced, form_token() and form_validate(). The first function uses a private key and a public key to set a token in a hidden field. The second function validates the token. The comment and contect module are updated to use these functions.
* - Patch #31496 by Goba: added missing $node object in book export.Dries Buytaert2005-09-18
|
* - Updated the CHANGELOG.txtDries Buytaert2005-09-18
|
* - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵Dries Buytaert2005-09-18
| | | | | | | | | | | in one place. * adds a "feed settings" section to admin/settings where 2 new settings are introduced: * number of items per feed * default length of feed descriptions (title only, teaser, full) * patches all of core to obey the above - including the new aggregator (out) feeds * adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module) * includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
* - Patch #29030 by Goba, chx, Jose, et al: reworked the URL rewrite hook so ↵Dries Buytaert2005-09-18
| | | | URLs can be rewritten dynamically.
* - Patch #27364 by Ber, m3avrck: filter GUI improvements.Dries Buytaert2005-09-17
| | | | chx: it can be "form API"-ied now. :)
* - Patch #28301 by jjeff: show tooltip when hovering over a permission. ↵Dries Buytaert2005-09-15
| | | | | | Temoprary solution until we have a better permission page.
* - Patch #28777 by Neil: use <thead> and <tbody> in theme_table().Dries Buytaert2005-09-15
|
* - Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.Dries Buytaert2005-09-14
|
* - Patch #31123 by Ber: make it easier to theme the user profile pages.Dries Buytaert2005-09-14
|
* - Patch #30935 by m3avrck: generate width and height attributes for the ↵Dries Buytaert2005-09-13
| | | | theme screenshots on the theme administration page.
* - Patch #17079 by Uwe: fixed form title of form element in menu module form.Dries Buytaert2005-09-13
|
* - Patch #21924 by walkah: made enclosures use absolute URLs to work around ↵Dries Buytaert2005-09-13
| | | | broken RSS parsers.
* - Patch #30956 by Cvbge: PostgreSQL fix: taxonomy_save_vocabulary() should ↵Dries Buytaert2005-09-12
| | | | check for 'tags' not set.
* - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵Dries Buytaert2005-09-12
| | | | | | backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
* - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵Dries Buytaert2005-09-12
| | | | | | backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works.
* - Patch #30801 by Allie Micka and m3avrck: performance improvements: ↵Dries Buytaert2005-09-12
| | | | improved the database scheme and queries of the block.module.
* - Patch #27781 by Robert Jacques: fixed node not being loaded.Dries Buytaert2005-09-09
|
* - Patch #26778 by Uwe: fixed incorrect form description/help.Dries Buytaert2005-09-08
|
* - Patch #13941 by Prometheus6: Atom parser improvements.Dries Buytaert2005-09-08
|
* - #30716: Fix typo in system.moduleSteven Wittens2005-09-08
|
* - Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference)Dries Buytaert2005-09-08
|
* - Patch #23536 by chx: custom registration fields should appear on ↵Dries Buytaert2005-09-08
| | | | admin/user/create.
* - Patch #29102 by menesis: fixed typo/left-over in switch-statement.Dries Buytaert2005-09-08
|
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch #28784 by Neil: improved HTML/CSS of search form.Dries Buytaert2005-09-07
|
* - Patch #28320 by Neil: improved the HTML/CSS of the user login block.Dries Buytaert2005-09-07
|
* - Patch #30629 by Neil: fixed scrollbar height.Dries Buytaert2005-09-07
|
* - Patch #16140 by Gerhard: cure array_merge() warning due to invalide menu ↵Dries Buytaert2005-09-07
| | | | callback.
* - Patch #24617 by Morbus: fixed incorrect access checking.Dries Buytaert2005-09-07
|
* - Patch #30622 by Gerhard: the update produces a type field in ↵Dries Buytaert2005-09-07
| | | | node_revisions which shouldn't be there.
* - Patch #7582 by Gerhard: updated the blog.module to use the new node revisions.Dries Buytaert2005-09-07
|
* Fixes for AJAX/JS stuff in Konqueror:Steven Wittens2005-09-07
| | | | | | | - Fix collapsible fieldsets (broken since to 'IE5 icons alignment' fix) - Fix JS upload (broken due to mysterious form submission abortion bug) Thanks Bèr for letting me use VNC :).
* - Patch #27949 by Robert: the two theme functions in profile.module both ↵Dries Buytaert2005-09-06
| | | | violate good theming practice by running user control logic in the middle of them. Worse yet, this isn't immediately visible since it happens in yet another function. Thus themers overriding these functions to style profile pages inadvertently break access control, thus leading to the misperception that overriding theme functions is inherently dangerous.