Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on ↵ | Dries Buytaert | 2005-12-15 |
| | | | | | | failure instead of -1. Changed code to be compatible with all versions. | ||
* | - Patch #41165 by Morbus: removed rss doctype. | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40816 by Morbus: fixed bug with assigning news item the correct ↵ | Dries Buytaert | 2005-12-14 |
| | | | | category. | ||
* | - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵ | Dries Buytaert | 2005-12-02 |
| | | | | '#submit'. | ||
* | - Removed valid_input_check(). | Dries Buytaert | 2005-11-30 |
| | |||
* | - Patch #38336 by rcwoolley: parse dates in Atom feeds. | Dries Buytaert | 2005-11-24 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Removing tabs and trailing whitespaces. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-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. | ||
* | - Patch #28786 by Neil: move pagers out of table. | Dries Buytaert | 2005-09-24 |
| | |||
* | - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵ | Dries Buytaert | 2005-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 #13941 by Prometheus6: Atom parser improvements. | Dries Buytaert | 2005-09-08 |
| | |||
* | - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages. | Dries Buytaert | 2005-09-02 |
| | |||
* | - Patch #9167 by blake7/Uwe: generate RSS feeds for aggregator pages. | Dries Buytaert | 2005-09-01 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Modified patch #22637: added OPML export for aggregator categories. | Dries Buytaert | 2005-08-23 |
| | |||
* | - Patch #13941 by Promotheus6: Atom feeds have a CONTENT and/or SUMMARY tag ↵ | Dries Buytaert | 2005-08-23 |
| | | | | instead of a DESCRIPTION tag. Currently, if both tags are present the aggregator appends the content of both fields to replace the content of the DESCRIPTION tag. | ||
* | - Patch #29275 by Uwe: I'm currently trying to get aggregator.module in ↵ | Dries Buytaert | 2005-08-22 |
| | | | | shape for being used as a planet-like software for a Planet Drupal. Here's a patch which allows the site admin to specify which HTML tags are stripped from feeds (or not). This is hardcoded in aggregator.module right now, the attached 2-line patch (for HEAD) makes it configurable. | ||
* | - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds. | Dries Buytaert | 2005-08-11 |
| | |||
* | - Patch by Uwe: tidied up the CVS IDs. | Dries Buytaert | 2005-08-11 |
| | |||
* | - Patch #25928 by Uwe: 'the the' -> 'the'. | Dries Buytaert | 2005-07-03 |
| | |||
* | - Patch #25603 by Stefan: made the sizes of forms consistent. | Dries Buytaert | 2005-06-27 |
| | | | | TODO: document the defaults in the PHPdoc comments. | ||
* | - #23734: Replace date() with format_date() in aggregator | Steven Wittens | 2005-06-01 |
| | |||
* | - Fixing patch for aggregator block id fix. | Steven Wittens | 2005-05-09 |
| | |||
* | - #22154: Change : in aggregator block IDs to -, the colon is an illegal ↵ | Steven Wittens | 2005-05-06 |
| | | | | character and causes problems in CSS. | ||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - PGSQL Fix: missing columns in GROUP BY (aggregator news -> sources was ↵ | Steven Wittens | 2005-04-27 |
| | | | | broken). | ||
* | - Patch by James: made the aggregator cache less in case of mass-feeds. | Dries Buytaert | 2005-04-26 |
| | |||
* | - Patch #21282 by Walkah: fixed theme('page') problem with aggregator module. | Dries Buytaert | 2005-04-25 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - #19874: Fix aggregator escaping after check_plain bug | Steven Wittens | 2005-04-07 |
| | | | | - Fix bug in decode_entities() with double-escaped entities. | ||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #17160 by Neil: fixed problem with aggregator block throwing DB ↵ | Dries Buytaert | 2005-03-03 |
| | | | | errors after being deleted. | ||
* | - Patch #18231 by cprice: -> = 0 | Dries Buytaert | 2005-03-02 |
| | |||
* | - Bugfix: the aggregator module's setting page was no more. | Dries Buytaert | 2005-02-10 |
| | | | | - Patch #16630 by Aldon: usability improvement: made the lifetime of news items configurable. | ||
* | - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. | Dries Buytaert | 2005-01-29 |
| | |||
* | - The real code fixes ;) | Steven Wittens | 2005-01-17 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. | ||
* | - Removed some cruft: left-over xxx_help_page() functions. | Dries Buytaert | 2004-12-11 |
| | |||
* | - Refactored the queue module: removed the queue module's field from the ↵ | Dries Buytaert | 2004-12-07 |
| | | | | | | | | | | node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php. | ||
* | - Some aggegrator improvements: | Dries Buytaert | 2004-12-04 |
| | | | | | + Moved the block configuration settings to the block administration pages like we did with the other modules (also, administrators had to enable the aggregator blocks twice). + Small UI changes to the 'add news feed' page. | ||
* | - Patch #13786 by drumm: fixed handling of HTTP 301 response codes. | Dries Buytaert | 2004-12-02 |
| | |||
* | - Refactored the statistics and watchdog module (views). The most important | Dries Buytaert | 2004-11-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes are: 1. Simplified the statistics pages: there are less pages and on the remaining pages there is a lot less visual clutter (less columns and better presentation). 2. Reorganized the 'administer - logs' menu: flattened the menu structure and removed a number of links. 3. Improved performance. Most statistics pages used about 160 slow SQL queries which made the statistics pages fairly unusable on my system. The new pages use at least 10 times less SQL queries and render much faster. They are actually usable. 4. There is now a 'track'-tab on node pages, and a second subtrab on the user accounts 'track'-tab for people with the 'access statistics' permission. They can be used to resp. track the node and the user. This makes the statistics more accessible. 5. Changed the way watchdog messages are filtered. This makes it easier to introduce new watchdog types. 6. Reworked the statistics module's permissions. 7. Less code: 223 insertions(+), 343 deletions(-). 8. Fixed several glitches: for example, the statistics pages sorted the 'Name' column by user ID instead of by name. Unfortunately, it is too difficult to backport these to DRUPAL-4-5. TODO: 1. Review the statistics modules help pages. 2. Help fine-tune the interfaces/views. NOTES: 1. You'll want to run update.php. | ||
* | - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' ↵ | Dries Buytaert | 2004-11-24 |
| | | | | feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly. | ||
* | - Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve ↵ | Dries Buytaert | 2004-11-23 |
| | | | | consistency. | ||
* | - Patch #12783 by Stefan: various small consistency/usability improvements. | Dries Buytaert | 2004-11-15 |
| |