summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
Commit message (Collapse)AuthorAge
* #27155, noted removal of bookmarklet code, patch by eafarris.Gerhard Killesreiter2006-04-10
|
* adding 4.6.6 and 4.5.8 releasesGerhard Killesreiter2006-03-13
|
* - Patch #44373 by m3avrck: improved generated HTML/CSS.Dries Buytaert2006-01-12
|
* - Patch #43588 by killes: improved performance of taxonomy_get_tree.Dries Buytaert2006-01-10
|
* Keeping CHANGELOG up-to-dateSteven Wittens2005-12-30
|
* Keeping CHANGELOG up-to-dateSteven Wittens2005-12-30
|
* - Patch #39462 by Cvgbe:Dries Buytaert2005-12-12
| | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
* - Patch #28595 by Jeremy: added support for bulk operations on comments.Dries Buytaert2005-12-07
|
* - Updated CHANGELOG.txtDries Buytaert2005-12-06
|
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Updated CHANGELOG.txtDries Buytaert2005-11-30
|
* - Patch #1482 by djun: we're moving the DocBook output to a contributed ↵Dries Buytaert2005-11-30
| | | | module. It's not a core feature.
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #37383 by Cvbge: fixed clash between greatest() functions from ↵Dries Buytaert2005-11-24
| | | | Drupal and postgresql 8.1. Removed dependency on plpgsql.
* - Updating CHANGELOGSteven Wittens2005-10-22
|
* - Updated CHANGELOG.txt.Dries Buytaert2005-10-08
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Updated the CHANGELOG.txtDries Buytaert2005-09-18
|
* - 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.
* - Updated CHANGELOG.txtDries Buytaert2005-08-31
|
* - Added a note about the 'block regions'.Dries Buytaert2005-08-17
|
* - Updating CHANGELOG.txt.Dries Buytaert2005-08-15
|
* - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds.Dries Buytaert2005-08-11
|
* - #27635: Style update.phpSteven Wittens2005-07-29
|
* - Keeping CHANGELOG.txt up-to-dateSteven Wittens2005-07-29
|
* - Updated CHANGELOG.txtDries Buytaert2005-07-19
|
* - Patch #9178 by mathias: improved menu system integration.Dries Buytaert2005-07-18
|
* - 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.
* - Updated CHANGELOG.txtDries Buytaert2005-06-29
|
* - Updated CHANGELOG.txtDries Buytaert2005-06-22
|
* - Patch #1898 by Djun: more book module improvements including but not limitedDries Buytaert2005-06-07
| | | | to OPML export functionality, better code comments, better help texts, etc.
* - Patch #24135 by Moshe: made it possible to ban visitors based on ↵Dries Buytaert2005-06-07
| | | | hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - Added something about the AJAX auto-complete forms.Dries Buytaert2005-05-26
|
* - Patch #22035 by mathias/mikeryan: improved performance of path aliases.Dries Buytaert2005-05-14
|
* - Added the ability to track page generation times in the statistics module.Dries Buytaert2005-05-12
| | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation.
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Removed the Xtemplate engine and added the PHPTemplate engine.Dries Buytaert2005-05-04
| | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
* - Patch #18719 by Jose: reworked the 'request new password' functionality.Dries Buytaert2005-04-24
|
* - Patch #12737 by pyromanfo: added support for private profile fields.Dries Buytaert2005-04-18
|
* - Updated the CHANGELOG.txtDries Buytaert2005-04-18
|
* Typo in changelogSteven Wittens2005-04-15
|
* - Updated CHANGELOGDries Buytaert2005-04-15
|
* - Patch #19298 by Jeremy: loose caching!Dries Buytaert2005-04-11
| | | | | | Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.)
* - Updated CHANGELOGDries Buytaert2005-04-08
|
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - Bumped the RSS version from 0.92 to 2.0Dries Buytaert2005-03-07
|
* - Added a note about PHP5 compliance/support.Dries Buytaert2005-03-05
|
* Updating changelogSteven Wittens2005-02-27
|