- 07 Apr, 2005 1 commit
-
-
Steven Wittens authored
- Fix bug in decode_entities() with double-escaped entities.
-
- 01 Apr, 2005 1 commit
-
- 31 Mar, 2005 2 commits
-
-
Dries authored
-
Steven Wittens authored
-
- 03 Mar, 2005 1 commit
-
-
Dries authored
-
- 02 Mar, 2005 1 commit
-
-
Dries authored
-
- 10 Feb, 2005 1 commit
-
- 29 Jan, 2005 1 commit
-
-
Dries authored
-
- 17 Jan, 2005 1 commit
-
-
Steven Wittens authored
-
- 09 Jan, 2005 1 commit
-
-
Dries authored
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.
-
- 11 Dec, 2004 1 commit
-
-
Dries authored
- Removed some cruft: left-over xxx_help_page() functions.
-
- 07 Dec, 2004 1 commit
-
-
Dries authored
- Refactored the queue module: removed the queue module's field from the 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.
-
- 04 Dec, 2004 1 commit
-
-
Dries authored
+ 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.
-
- 02 Dec, 2004 1 commit
-
-
Dries authored
-
- 28 Nov, 2004 1 commit
-
-
Dries authored
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.
-
- 24 Nov, 2004 1 commit
-
- 23 Nov, 2004 1 commit
-
-
Dries authored
-
- 15 Nov, 2004 1 commit
-
- 31 Oct, 2004 1 commit
-
-
Dries authored
The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions. Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook. The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path. An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch.
-
- 29 Oct, 2004 1 commit
-
-
Steven Wittens authored
-
- 19 Oct, 2004 1 commit
-
- 03 Oct, 2004 1 commit
-
-
Dries authored
+ Fixed problem with channel data not being trimmed. + Made some queries ANSI SQL so they work with PostgreSQL.
-
- 20 Sep, 2004 1 commit
-
- 18 Sep, 2004 1 commit
-
-
Steven Wittens authored
- #10909: Aggregator's menu depends on its categories and sources, so when they change, menu_rebuild() needs to be called.
-
- 16 Sep, 2004 1 commit
-
- 14 Sep, 2004 1 commit
-
-
Steven Wittens authored
Aggregator.module: code comments say items older than 3 months get discarded automatically, but the limit in the code is in fact set for 2 weeks. Changing to 3 months (caught by drumm).
-
- 11 Sep, 2004 1 commit
-
-
Dries authored
- Removed 'aggressive' message.
-
- 09 Sep, 2004 1 commit
-
- 21 Aug, 2004 1 commit
-
-
Dries authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- 19 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
- 18 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
- 17 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 16 Aug, 2004 2 commits
-
-
Dries authored
- Added missing ')'.
-
- 12 Aug, 2004 1 commit
-
- 10 Aug, 2004 1 commit
-
-
Steven Wittens authored
The Input formats - filter patch has landed. I still need to make update instructions for modules and update the hook docs. Here's an overview of the changes: 1) Multiple Input formats: they are complete filter configurations (what filters to use, in what order and with which settings). Input formats are admin-definable, and usage of them is role-dependant. For example, you can set it up so that regular users can only use limited HTML, while admins can free HTML without any tag limitations. The input format can be chosen per content item (nodes, comments, blocks, ...) when you add/edit them. If only a single format is available, there is no choice, and nothing changes with before. The default install (and the upgrade) contains a basic set of formats which should satisfy the average user's needs. 2) Filters have toggles Because now you might want to enable a filter only on some input formats, an explicit toggle is provided by the filter system. Modules do not need to worry about it and filters that still have their own on/off switch should get rid of it. 3) Multiple filters per module This was necessary to accomodate the next change, and it's also a logical extension of the filter system. 4) Embedded PHP is now a filter Thanks to the multiple input formats, I was able to move the 'embedded PHP' feature from block.module, page.module and book.module into a simple filter which executes PHP code. This filter is part of filter.module, and by default there is an input format 'PHP', restricted to the administrator only, which contains this filter. This change means that block.module now passes custom block contents through the filter system. As well as from reducing code duplication and avoiding two type selectors for page/book nodes, you can now combine PHP code with other filters. 5) User-supplied PHP code now requires <?php ?> tags. This is required for teasers to work with PHP code. Because PHP evaluation is now just another step in the filter process, we can't do this. Also, because teasers are generated before filtering, this would result in errors when the teaser generation would cut off a piece of PHP code. Also, regular PHP syntax explicitly includes the <?php ?> tags for PHP files, so it makes sense to use the same convention for embedded PHP in Drupal. 6) Filter caching was added. Benchmarking shows that even for a simple setup (basic html filtering + legacy URL rewriting), filtercache can offer speedups. Unlike the old filtercache, this uses the normal cache table. 7) Filtertips were moved from help into a hook_filter_tips(). This was required to accomodate the fact that there are multiple filters per module, and that filter settings are format dependant. Shoehorning filter tips into _help was ugly and silly. The display of the filter tips is done through the input format selector, so filter_tips_short() no longer exists. 8) A more intelligent linebreak convertor was added, which doesn't stop working if you use block-level tags and which adds <p> tags.
-
- 05 Aug, 2004 1 commit
-
- 04 Aug, 2004 2 commits
-
- 26 Jul, 2004 1 commit
-
-
Dries authored
- Patch #8531 by drumm: took this date parser from MagpieRSS (conveniently GPL). The main benefit here is that timezones are handled properly (I have been noticing increasing complaints about that). I tested with a few feeds of different time formats and time zones and everything appeared correctly in my site's local time. Making this another function adds the benefit of parsability by other RSS (or other contexts) and RSS extension handling functions, where the W3C DTF is recomended.
-