summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Rollback of patch #84797: the font-tag is deprecated.Dries Buytaert2007-03-12
|
* - Patch #84797 by RobRoy: add support for font-tag.Dries Buytaert2007-03-12
|
* #105031: Allow both upper and lower case for allowed protocols in XSS checks.Steven Wittens2007-03-12
|
* - Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays ↵Dries Buytaert2007-03-08
| | | | to objects.
* - Patch #125763 by chx: menu system fixes/enhancements.Dries Buytaert2007-03-08
|
* - Patch #52878 by dopry and ChrisKennedy: make form reference API use nice ↵Dries Buytaert2007-03-07
| | | | PHPdoc links.
* - Patch #125092: getting rid of some string clutter, changing Drupal forever ↵Dries Buytaert2007-03-07
| | | | ... :P
* - Patch #115047 by mindless: token replacement with format_plural.Dries Buytaert2007-03-07
|
* - Patch #125418 by hunmonk: make #skip_duplicate_check easier to use.Dries Buytaert2007-03-07
|
* - Patch #118712 by mindless: add index on comment.status.Dries Buytaert2007-03-07
|
* - Patch #117953 by Matt Westgate: make blog module hook_profile_alter friendly.Dries Buytaert2007-03-07
|
* - Patch #122709 by kbahey: fixed SQL argument braino.Dries Buytaert2007-03-07
|
* - Patch #68690 by mindless: new attachments not shown.Dries Buytaert2007-03-06
|
* - Patch #125232 by kkaefer: overlooked an l() convertion.Dries Buytaert2007-03-06
|
* - Patch #111830 by pwolanin: comment block sql incompatible with db_rewrite_sql.Dries Buytaert2007-03-06
|
* - Patch #124742 by ChrisKennedy: fixed comments in CVS HEAD.Dries Buytaert2007-03-06
|
* - Patch #124727 by Moshe: node_access_rebuild should reuse the update ↵Dries Buytaert2007-03-05
| | | | facility to reload itself.
* - Removing whitespace.Dries Buytaert2007-03-05
|
* - Patch #59863 by sun: clarified how to use drupal.sh.Dries Buytaert2007-03-05
|
* - Missing task list during update with JS turned on.Steven Wittens2007-03-02
|
* #117018: Use Garland theme for installer/maintenance pages, and add task ↵Steven Wittens2007-03-02
| | | | | | list in the sidebar. - Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
* Properly capitalize changelogSteven Wittens2007-03-02
|
* fix default db_urlSteven Wittens2007-03-02
|
* - Stripping whitespace.Dries Buytaert2007-03-01
|
* - Backporting comment module validation fixes. Already went into DRUPAL-5.Dries Buytaert2007-03-01
|
* - Patch #114822 by Neil et al: revision flag was ignored.Dries Buytaert2007-03-01
|
* - Patch #59863 by sun et al: added a scripts/drupal.sh to execute Drupal ↵Dries Buytaert2007-03-01
| | | | code from the command line. This is great for using Drupal as a scripting framework, or to write backup or migration scripts.
* - Patch #122824 by PMunn: fixed SQL query to be compatible with PostgreSQL.Dries Buytaert2007-02-28
|
* - Patch #120291 by njivy: collapse.js compatible with jQuery 1.1.1.Dries Buytaert2007-02-28
|
* - Patch #112556 by Robroy: term/vocab maxlength should match db.Dries Buytaert2007-02-27
|
* - Patch #107358 by m3avrck, robert douglass, heine, eaton et al: Prevent ↵Dries Buytaert2007-02-27
| | | | multiple form processing: causing duplication of nodes/users.
* - Patch #103634 by chriskennedy: variable.name only 48 charachters.Dries Buytaert2007-02-27
|
* - Patch #98359 by Robroy and webchick: string clean-up: web site -> websiteDries Buytaert2007-02-27
|
* - Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROMDries Buytaert2007-02-27
|
* - Patch #32833 by fgm: fixed documentation error.Dries Buytaert2007-02-27
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #119128 by kkaefer: help hook uses wrong argument.Dries Buytaert2007-02-15
|
* - Patch #118891 by tanifa: added PerlDoc comments / user generated ↵Dries Buytaert2007-02-15
| | | | documentation. Tres cool.
* - Patch #118846 my mr700: fixed textareas so it works with jQuery 1.1.1.Dries Buytaert2007-02-15
|
* - Patch #118183 by chx: tabs fixes.Dries Buytaert2007-02-14
|
* - Patch #97213 by neclimdul: usability improvement: implemented clean URL ↵Dries Buytaert2007-02-13
| | | | test with jQuery.
* - Patch #97213 by neclimdul: usability improvement: implemented clean URL ↵Dries Buytaert2007-02-13
| | | | test with jQuery.
* - Patch #115667 by rotzi: added versioning support to node terms.Dries Buytaert2007-02-12
|
* - Patch #118041 by kkaefer: fixed small braino in url().Dries Buytaert2007-02-12
|
* - Patch #113377: byeDries Buytaert2007-02-11
|
* - Patch #117917 by chx, greg, webchick et al: fix problems with the ↵Dries Buytaert2007-02-11
| | | | automatic domain extraction -- prevents users from logging in.
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #76522 by RobRoy: avoid name clash between modules and install ↵Dries Buytaert2007-02-11
| | | | profiles. Removing redundant hook.
* - Patch #117826 by kkaefer: move the localization menu to site building.Dries Buytaert2007-02-11
|
* - Patch #107346 by asaddi: postgresql fix.Dries Buytaert2007-02-10
|