Log of /drupal/modules/aggregator/aggregator.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.427 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 23 22:24:11 2009 UTC
(5 weeks, 1 day ago)
by
webchick
Branch:
MAIN
Changes since
1.426: +10 -10 lines
Diff to
previous 1.426
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
Revision
1.425 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 9 00:59:55 2009 UTC
(7 weeks, 2 days ago)
by
dries
Branch:
MAIN
Changes since
1.424: +12 -13 lines
Diff to
previous 1.424
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
Revision
1.423 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 18 00:04:22 2009 UTC
(2 months, 1 week ago)
by
webchick
Branch:
MAIN
Changes since
1.422: +3 -3 lines
Diff to
previous 1.422
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
Revision
1.421 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 17:11:41 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.420: +23 -25 lines
Diff to
previous 1.420
#535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' category and move Aggregator under there.
Revision
1.420 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:14:19 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.419: +42 -9 lines
Diff to
previous 1.419
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
Revision
1.419 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:10:42 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.418: +9 -42 lines
Diff to
previous 1.418
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
Revision
1.416 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 30 19:24:20 2009 UTC
(3 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.415: +19 -19 lines
Diff to
previous 1.415
- Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
Revision
1.394 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 15:15:49 2008 UTC
(13 months, 2 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.393: +9 -3 lines
Diff to
previous 1.393
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
Revision
1.391 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 6 08:36:19 2008 UTC
(14 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.390: +7 -7 lines
Diff to
previous 1.390
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
Revision
1.389 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 16 14:48:17 2008 UTC
(15 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.388: +12 -13 lines
Diff to
previous 1.388
- Patch #43245 by mustafau, Dries, agentrickard, markus_petrux, et al: add an option to not generate blocks for RSS feeds.
Revision
1.388 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 12 10:42:41 2008 UTC
(15 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.387: +5 -2 lines
Diff to
previous 1.387
- Patch #293532 by mustafau: when a redirected feed is not parseable Aggregator saves a watchdog entry saying that the feed was updated, however the feed remains unchanged in the database.
Revision
1.383 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 3 05:46:55 2008 UTC
(15 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.382: +11 -1 lines
Diff to
previous 1.382
- Patch #16282 by Arancaytar, mustafau, keith.smith, et al: add OPML import functionality for RSS feeds. Woot.
Revision
1.379 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 6 12:18:45 2008 UTC
(18 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.378: +1 -20 lines
Diff to
previous 1.378
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
Revision
1.324.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 28 07:41:23 2008 UTC
(19 months ago)
by
drumm
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5-10,
DRUPAL-5-11,
DRUPAL-5-12,
DRUPAL-5-13,
DRUPAL-5-14,
DRUPAL-5-15,
DRUPAL-5-16,
DRUPAL-5-17,
DRUPAL-5-18,
DRUPAL-5-19,
DRUPAL-5-20,
DRUPAL-5-8,
DRUPAL-5-9
Changes since
1.324.2.2: +4 -4 lines
Diff to
previous 1.324.2.2
, to
branch point 1.324
, to
next main 1.429
#226869 by boydj and hswong3i: minor code style cleanup with aggregator module queries
Revision
1.377 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 14 17:48:34 2008 UTC
(19 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.376: +22 -22 lines
Diff to
previous 1.376
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
Revision
1.376 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 10 10:28:21 2008 UTC
(19 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.375: +2 -2 lines
Diff to
previous 1.375
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
Revision
1.375 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 20 13:46:37 2008 UTC
(21 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.374: +5 -2 lines
Diff to
previous 1.374
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
Revision
1.372 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 9 09:51:34 2008 UTC
(22 months, 2 weeks ago)
by
goba
Branch:
MAIN
Changes since
1.371: +2 -2 lines
Diff to
previous 1.371
#153998 by David_Rothstein and myself: clean up permissions in book, blog, blogapi, forum and locale modules
Revision
1.369 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 20 08:57:54 2007 UTC
(23 months, 1 week ago)
by
goba
Branch:
MAIN
CVS Tags:
DRUPAL-6-0-RC-1
Changes since
1.368: +6 -3 lines
Diff to
previous 1.368
#196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding.
Revision
1.368 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 19 19:13:28 2007 UTC
(23 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.367: +3 -3 lines
Diff to
previous 1.367
#202425 by keith.smith: standardize reference to block placement page as 'blocks administration page' to avoid any confusion
Revision
1.367 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 19 17:45:41 2007 UTC
(23 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.366: +2 -2 lines
Diff to
previous 1.366
#197730 by keith.smith: standardize on a much more user friendly cron reference in help texts, explain its importance with more examples in INSTALL.txt
Revision
1.366 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 16 21:01:44 2007 UTC
(23 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.365: +83 -5 lines
Diff to
previous 1.365
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules
Revision
1.365 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 14 18:08:44 2007 UTC
(23 months, 2 weeks ago)
by
goba
Branch:
MAIN
Changes since
1.364: +2 -2 lines
Diff to
previous 1.364
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
Revision
1.364 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 13 09:34:36 2007 UTC
(23 months, 2 weeks ago)
by
goba
Branch:
MAIN
Changes since
1.363: +2 -2 lines
Diff to
previous 1.363
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
Revision
1.363 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 8 14:06:20 2007 UTC
(23 months, 3 weeks ago)
by
goba
Branch:
MAIN
Changes since
1.362: +2 -2 lines
Diff to
previous 1.362
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
Revision
1.361 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 26 16:36:42 2007 UTC
(2 years ago)
by
dries
Branch:
MAIN
Changes since
1.360: +2 -2 lines
Diff to
previous 1.360
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Revision
1.356 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 11 17:28:44 2007 UTC
(2 years, 2 months ago)
by
goba
Branch:
MAIN
Changes since
1.355: +2 -2 lines
Diff to
previous 1.355
#174348 by chx: image column was not present in an aggregator_save_feed() query, but it does not have a default value, so we need to include it in the query
Revision
1.351 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 30 17:23:09 2007 UTC
(2 years, 3 months ago)
by
goba
Branch:
MAIN
Changes since
1.350: +2 -2 lines
Diff to
previous 1.350
#148973 by chx: actually insert an empty value for description, so it is not null, and does not cause a problem for postgres
Revision
1.350 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 12 16:12:00 2007 UTC
(2 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.349: +4 -2 lines
Diff to
previous 1.349
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.)
Revision
1.349 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 12 15:55:35 2007 UTC
(2 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.348: +6 -6 lines
Diff to
previous 1.348
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
Revision
1.348 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 16 12:43:04 2007 UTC
(2 years, 4 months ago)
by
goba
Branch:
MAIN
Changes since
1.347: +5 -5 lines
Diff to
previous 1.347
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
Revision
1.347 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 5 09:07:03 2007 UTC
(2 years, 4 months ago)
by
goba
Branch:
MAIN
Changes since
1.346: +2 -2 lines
Diff to
previous 1.346
#107023 by yas and asimmonds: aggregator was not updating older items because of badly ordered SQL parameters
Revision
1.346 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 30 19:46:54 2007 UTC
(2 years, 5 months ago)
by
goba
Branch:
MAIN
Changes since
1.345: +3 -3 lines
Diff to
previous 1.345
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
Revision
1.345 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 5 12:13:21 2007 UTC
(2 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.344: +6 -7 lines
Diff to
previous 1.344
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().
Revision
1.342 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 30 08:08:58 2007 UTC
(2 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.341: +3 -3 lines
Diff to
previous 1.341
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
Revision
1.341 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 29 14:37:49 2007 UTC
(2 years, 6 months ago)
by
goba
Branch:
MAIN
Changes since
1.340: +2 -2 lines
Diff to
previous 1.340
#147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
Revision
1.325 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 24 14:48:36 2007 UTC
(2 years, 10 months ago)
by
dries
Branch:
MAIN
Changes since
1.324: +153 -159 lines
Diff to
previous 1.324
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
Revision
1.316 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 21 20:14:17 2006 UTC
(3 years ago)
by
dries
Branch:
MAIN
Changes since
1.315: +1 -12 lines
Diff to
previous 1.315
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Revision
1.295 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 10 15:42:32 2006 UTC
(3 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.294: +5 -5 lines
Diff to
previous 1.294
- Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing.
Once again, we're paving the path for CCK in core ... :)
Revision
1.275 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 8 09:52:13 2006 UTC
(3 years, 8 months ago)
by
dries
Branch:
MAIN
Changes since
1.274: +412 -297 lines
Diff to
previous 1.274
- Patch #52932 by Zen: fapi conversion + fixes
* fapi conversion.
* Adds status messages, comments and language fixes.
* Adds watchdog messages for category and feed additions and deletions.
* Edit forms: checks for duplicates - title for category, title + url for feeds.
Revision
1.273 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 22 10:13:42 2006 UTC
(3 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.272: +12 -10 lines
Diff to
previous 1.272
- Patch #42068 by mfb et al: fixed problem with aggregator destroying certain links. Moved filtering to on output. (Today's critical bugfix #2.)
Revision
1.266 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 15 16:02:50 2005 UTC
(3 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.265: +6 -6 lines
Diff to
previous 1.265
- Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
Changed code to be compatible with all versions.
Revision
1.256 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 7 06:09:13 2005 UTC
(4 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.255: +110 -79 lines
Diff to
previous 1.255
- Patch #29465: new form API by Adrian et al.
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.
Revision
1.254 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 18 10:37:57 2005 UTC
(4 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.253: +16 -4 lines
Diff to
previous 1.253
- Patch #3986 by James (and Boris :)):consolidated all feed-related settings 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.
Revision
1.248 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 23 05:16:50 2005 UTC
(4 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.247: +13 -3 lines
Diff to
previous 1.247
- Patch #13941 by Promotheus6: Atom feeds have a CONTENT and/or SUMMARY tag 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.
Revision
1.247 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 22 19:45:42 2005 UTC
(4 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.246: +3 -3 lines
Diff to
previous 1.246
- Patch #29275 by Uwe: I'm currently trying to get aggregator.module in 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.
Revision
1.243 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 27 18:33:30 2005 UTC
(4 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.242: +4 -4 lines
Diff to
previous 1.242
- Patch #25603 by Stefan: made the sizes of forms consistent.
TODO: document the defaults in the PHPdoc comments.
Revision
1.240 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 6 06:33:45 2005 UTC
(4 years, 6 months ago)
by
unconed
Branch:
MAIN
Changes since
1.239: +3 -3 lines
Diff to
previous 1.239
- #22154: Change : in aggregator block IDs to -, the colon is an illegal character and causes problems in CSS.
Revision
1.239 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 5 22:22:45 2005 UTC
(4 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.238: +12 -15 lines
Diff to
previous 1.238
- Patch #15595 by Stefan and Djun: improved status messages.
TODO: we should write down a couple guidelines for these document them in
the PHPDoc code of drupal_set_message()! .
Revision
1.233.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 7 22:47:24 2005 UTC
(4 years, 7 months ago)
by
unconed
Changes since
1.233: +3 -7 lines
Diff to
previous 1.233
- #19874: Fix aggregator escaping after check_plain bug
- Fix bug in decode_entities() with double-escaped entities.
Revision
1.234 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 7 22:46:55 2005 UTC
(4 years, 7 months ago)
by
unconed
Branch:
MAIN
Changes since
1.233: +3 -7 lines
Diff to
previous 1.233
- #19874: Fix aggregator escaping after check_plain bug
- Fix bug in decode_entities() with double-escaped entities.
Revision
1.233 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 1 15:54:58 2005 UTC
(4 years, 7 months ago)
by
dries
Branch:
MAIN
Changes since
1.232: +2 -2 lines
Diff to
previous 1.232
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
Revision
1.228 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 10 20:33:18 2005 UTC
(4 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.227: +8 -16 lines
Diff to
previous 1.227
- Bugfix: the aggregator module's setting page was no more.
- Patch #16630 by Aldon: usability improvement: made the lifetime of news items configurable.
Revision
1.225 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 9 09:22:39 2005 UTC
(4 years, 10 months ago)
by
dries
Branch:
MAIN
Changes since
1.224: +11 -8 lines
Diff to
previous 1.224
- Patch #13260 by UnConeD: watchdog module improvements.
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.
Revision
1.223 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 7 16:55:38 2004 UTC
(4 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.222: +2 -2 lines
Diff to
previous 1.222
- 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.
Revision
1.222 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Dec 4 12:02:09 2004 UTC
(4 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.221: +42 -25 lines
Diff to
previous 1.221
- Some aggegrator improvements:
+ 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.
Revision
1.220 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 28 12:28:35 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.219: +2 -2 lines
Diff to
previous 1.219
- Refactored the statistics and watchdog module (views). The most important
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.
Revision
1.219 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 24 22:56:20 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.218: +1 -10 lines
Diff to
previous 1.218
- Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated. Check your contributed modules and update them accordingly.
Revision
1.216 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 31 07:34:47 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.215: +2 -2 lines
Diff to
previous 1.215
- Patch #11875 by Neil Drumm: block module configuration improvements.
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.
Revision
1.214 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 19 18:02:23 2004 UTC
(5 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.213: +2 -2 lines
Diff to
previous 1.213
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
Revision
1.213.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 19 18:00:26 2004 UTC
(5 years, 1 month ago)
by
dries
Changes since
1.213: +2 -2 lines
Diff to
previous 1.213
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
Revision
1.213 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 3 10:03:52 2004 UTC
(5 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.212: +12 -4 lines
Diff to
previous 1.212
- Modified version of patch #11099 by Alan Chandler:
+ Fixed problem with channel data not being trimmed.
+ Made some queries ANSI SQL so they work with PostgreSQL.
Revision
1.211 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 18 02:09:03 2004 UTC
(5 years, 2 months ago)
by
unconed
Branch:
MAIN
Changes since
1.210: +5 -1 lines
Diff to
previous 1.210
- #10909: Aggregator's menu depends on its categories and sources, so when they change, menu_rebuild() needs to be called.
Revision
1.209 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 14 01:58:00 2004 UTC
(5 years, 2 months ago)
by
unconed
Branch:
MAIN
Changes since
1.208: +2 -2 lines
Diff to
previous 1.208
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).
Revision
1.207 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 9 05:51:08 2004 UTC
(5 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.206: +19 -10 lines
Diff to
previous 1.206
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
Revision
1.206 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 21 06:42:35 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.205: +6 -1 lines
Diff to
previous 1.205
- 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.
Revision
1.205 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 19 15:41:55 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.204: +4 -4 lines
Diff to
previous 1.204
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
Revision
1.201 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 16 18:02:48 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.200: +7 -10 lines
Diff to
previous 1.200
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.
Revision
1.199 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 10 18:34:29 2004 UTC
(5 years, 3 months ago)
by
unconed
Branch:
MAIN
Changes since
1.198: +7 -2 lines
Diff to
previous 1.198
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.
Revision
1.198 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 5 05:40:53 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.197: +3 -3 lines
Diff to
previous 1.197
- Patch #9775 by TDobes: consistency operation. Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
Revision
1.195 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 26 18:42:31 2004 UTC
(5 years, 4 months ago)
by
dries
Branch:
MAIN
Changes since
1.194: +47 -18 lines
Diff to
previous 1.194
- 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.
Revision
1.193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 13 21:34:14 2004 UTC
(5 years, 4 months ago)
by
dries
Branch:
MAIN
Changes since
1.192: +4 -4 lines
Diff to
previous 1.192
- Patch #9261 by drumm: made the aggregator overview tables more consistent by adding a items column to the categories table which acts like the same column in the feeds table.
Revision
1.192 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 13 20:40:44 2004 UTC
(5 years, 4 months ago)
by
dries
Branch:
MAIN
Changes since
1.191: +2 -2 lines
Diff to
previous 1.191
- Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch.
Changes are as follows:
"maintain personal blog" -> "edit own blog" (aggregator.module, blog.module, blogapi.module)
"maintain personal pages" -> "edit own pages" (page.module)
"maintain personal stories" -> "edit own stories (story.module)
Revision
1.186 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 20 20:04:27 2004 UTC
(5 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.185: +2 -2 lines
Diff to
previous 1.185
- Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
to get of proprietary formats).
- Added forum-sticky.png. Made by Steven.
Revision
1.183 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 18 15:04:35 2004 UTC
(5 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.182: +138 -54 lines
Diff to
previous 1.182
Tabs patch!
CHANGES
-------
+ Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
+ Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
+ Grouped settings. All settings have been grouped under 'administer > settings'.
TODO
----
+ Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help.
+ Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
Revision
1.176 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 13 21:16:14 2004 UTC
(5 years, 6 months ago)
by
kjartan
Branch:
MAIN
Changes since
1.175: +5 -3 lines
Diff to
previous 1.175
- Fixed missing edit menu callbacks for feeds and categories.
- Fixed categorize not working under sources and category views.
Revision
1.175 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 13 18:47:27 2004 UTC
(5 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.174: +20 -15 lines
Diff to
previous 1.174
- Made the recent news items page, the source pages and the categorization
pages use pagers. Removed the 'Items per page' setting and made Drupal
remember news items much longer.
Revision
1.171 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 29 21:09:00 2004 UTC
(5 years, 7 months ago)
by
kjartan
Branch:
MAIN
Changes since
1.170: +3 -3 lines
Diff to
previous 1.170
- Fixed bug #7094: Incorrect displayed umlauts in ISO-8859-1 RSS-feeds.
- Fixed feed status not being reset when items are removed.