summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #8179 by JonBob: reintroduced menu caching.Dries Buytaert2004-09-16
|
* Adding myself as maintainer for the filter system.Steven Wittens2004-09-15
|
* - Patch #9224 by JonBob: updated to latest version with new address and such.Dries Buytaert2004-09-15
|
* - Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.Dries Buytaert2004-09-15
|
* #10862: Smarter filter cache wiping.Steven Wittens2004-09-15
|
* - Patch #10859 by killes: importing more than one po file could cause your ↵Dries Buytaert2004-09-15
| | | | database to contain more than one version of the source or the target string.
* - Made it possible for the i18n module to hook in.Dries Buytaert2004-09-15
|
* #10279: Adding a note to taxonomy_render_nodes when there are no nodes to ↵Steven Wittens2004-09-14
| | | | show, rather than showing an empty page.
* updates.inc:Steven Wittens2004-09-14
| | | | Fixing some missing db prefix braces and some bad indentation. Adding a TODO for PGSQL to update_105.
* Removing useless 'read more' title attribute, as discussed.Steven Wittens2004-09-14
|
* - Roll back of earlier patch.Dries Buytaert2004-09-14
|
* - Fixed SQL problem in _comment_update_node_statistics().Dries Buytaert2004-09-14
|
* - Fixed typo in upgrade scriptDries Buytaert2004-09-14
|
* #10648: Fix watchdog-related tablesort coloring bug in IE, add support for ↵Steven Wittens2004-09-14
| | | | <tr> attributes to theme_table() and reduce specificy of watchdog coloring CSS rules.
* - Patch #10830 by killes: bugfix: made sticky post feature work for blogs.Dries Buytaert2004-09-14
|
* - Patch #10308 by Bart Jansens/ccourtne: fixed shadow copies.Dries Buytaert2004-09-14
| | | | - Patch #10308 by ccourtne: performance improvements: comment statistics are now cached in a new SQL table which significantly improves performance of the forum block and the forum pages. These pages are about 3 times faster now!
* #8424: more meaningful link title=".." attributes for node_title_list().Steven Wittens2004-09-14
|
* Aggregator.module: code comments say items older than 3 months get discarded ↵Steven Wittens2004-09-14
| | | | | | automatically, but the limit in the code is in fact set for 2 weeks. Changing to 3 months (caught by drumm).
* #10803: file_save_data() does not pass $replace along.Steven Wittens2004-09-13
|
* Filter.module usability: the default format is implicitly accessible to ↵Steven Wittens2004-09-13
| | | | | | everyone (prevents misconfigurations). The role checkboxes are disabled in the admin interface for the default format.
* #10560: Upload.moduleSteven Wittens2004-09-13
| | | | | - removing file checks for uid #1 to be consistent with the roles/permissions. - renaming script files to .txt's to prevent accidental execution (we don't allow them by default, but you never know)
* - Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND ↵Dries Buytaert2004-09-13
| | | | u.status < N LIMIT N, N' query.
* - Patch #10775 by crackermackjack: fixed error in the database.mysql file ↵Dries Buytaert2004-09-13
| | | | | | that is incompatible with Mysql > 4.1.x. - Patch #10786 by crackermackjack: fixed bug in session keys (bug in particular MySQL version).
* - Patch #10777 by ccourtne: performance improvement: the user module ↵Dries Buytaert2004-09-13
| | | | executes a query and never uses the results.
* - Renamed the 'first day of week' setting to be more consistent with the ↵Dries Buytaert2004-09-12
| | | | other date settings.
* - Patch #10668 by drumm: moved the 'first day of week' settings to the ↵Dries Buytaert2004-09-12
| | | | system module for other modules to reuse. This is considered to be a usability improvement because it simplifies some pages/workflow.
* #10733: fixing problems when creating users.Steven Wittens2004-09-12
|
* #10733: fixing broken user registration due to roles selection patch.Steven Wittens2004-09-11
|
* Adding upgrade path from old xtemplate settings to new theme system settings.Steven Wittens2004-09-11
|
* Typo: "are be"Steven Wittens2004-09-11
|
* - Usability improvement: made the page titles better match the link titles.Dries Buytaert2004-09-11
| | | | - Bugfix: fixed some incorrect colspan's.
* - Patch #10736 by killes: in drupal.css was still a CSS rule to lowercase ↵Dries Buytaert2004-09-11
| | | | strings.
* - Bugfix: comment subject where not always enabled by default because the ↵Dries Buytaert2004-09-11
| | | | default value of comment_subject_field varies.
* - Fixing taxonomy descriptions in node_view links.Kjartan Mannes2004-09-11
|
* - Removed 'aggressive' message.Dries Buytaert2004-09-11
|
* - Patch #10718 by drumm: bugfix: it was possible to save a user with no ↵Dries Buytaert2004-09-10
| | | | roles assigned when the form clearly said at least one was required. The result of saving that was silently leaving the roles unchanged, which is rather bad.
* Replace hardcoded <html lang="en"> with a locale dependant one. This is ↵Steven Wittens2004-09-09
| | | | especially important for asian sites where this has an effect on font selection.
* Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).Steven Wittens2004-09-09
|
* Tiny change to drupal_directory_page() in drupal.module to allow the site ↵Steven Wittens2004-09-09
| | | | list to be sorted on any column (alphabetical is prone to abuse by prefixing the site name with quotes, dashes, hash, ...).
* - Patch #10663 by JonBob: documentation improvements: fixed some typos and ↵Dries Buytaert2004-09-09
| | | | improved consistency to the use of Doxygen/api.module commands in the comments.
* - Patch #10669 by Ax: bugfix: getting a post from latest Drupal into latest ↵Dries Buytaert2004-09-09
| | | | ecto yields an error "response contains string value where integer expected".
* - Patch #10678 by drumm: usability improvement: one-liner to make the ↵Dries Buytaert2004-09-09
| | | | deletion message more consistent with the rest of Drupal. Use <em>-tags instead of single quotes.
* - Bugfix: removed bogus $name parameters.Dries Buytaert2004-09-08
| | | | TODO: when 'previewing' an existing node, the breadcrumb trail is incorrect.
* - Fixed a warning.Dries Buytaert2004-09-08
|
* - Moved some documentation around and fixed a missing translation.Dries Buytaert2004-09-08
|
* - Modified patch #10644 by drumm: fixed some broken URLs. Patch modified toDries Buytaert2004-09-08
| | | | use /user/$uid instead of /user/$uid/edit (where possible).
* - Patch #10373 by jabart/killed: performance improvement: caching the ↵Dries Buytaert2004-09-08
| | | | variable table improves performance with 20% when serving cached pages.
* - Fixed cache problem introduced by Adrian's PostgreSQL patch.Dries Buytaert2004-09-08
|
* - Patch #10622 by Adrian: fixes various PostgreSQL related problems.Dries Buytaert2004-09-08
| | | | | | | | | | | | | 1) Menu problems with Postgres (this is a highly critical 1 line fix) 2) Archive module fails with Postgres 3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch) 4) Book module fails with Postgres 5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug. 6) Creating accregator_item_table in PostgreSQL 7) Postgres - Polls not displayed on Poll Page 8) Blog module has sql errors with postgres This should not affect MySQL users (hopefully).
* - Patch #6464 by TDobes: don't enforce book revision -- rely on the default ↵Dries Buytaert2004-09-07
| | | | setting.