Log of /drupal/modules/statistics/statistics.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.321 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 24 05:13:44 2009 UTC
(4 weeks, 5 days ago)
by
webchick
Branch:
MAIN
Changes since
1.320: +2 -2 lines
Diff to
previous 1.320
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
Revision
1.318 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 29 10:46:41 2009 UTC
(2 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.317: +9 -4 lines
Diff to
previous 1.317
- Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer.
Revision
1.315 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 24 00:14:22 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.314: +9 -1 lines
Diff to
previous 1.314
#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.312 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 22 14:34:21 2009 UTC
(3 months ago)
by
webchick
Branch:
MAIN
Changes since
1.311: +2 -2 lines
Diff to
previous 1.311
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
Revision
1.309 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jul 28 19:18:08 2009 UTC
(3 months, 4 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.308: +2 -2 lines
Diff to
previous 1.308
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.
Revision
1.306 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jul 2 04:27:23 2009 UTC
(4 months, 3 weeks ago)
by
webchick
Branch:
MAIN
Changes since
1.305: +4 -3 lines
Diff to
previous 1.305
#373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
Revision
1.293 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 8 08:42:13 2009 UTC
(10 months, 2 weeks ago)
by
webchick
Branch:
MAIN
CVS Tags:
DRUPAL-7-0-UNSTABLE-4
Changes since
1.292: +12 -4 lines
Diff to
previous 1.292
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
Revision
1.288 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 9 11:30:25 2008 UTC
(11 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.287: +2 -2 lines
Diff to
previous 1.287
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
Revision
1.281 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 6 08:36:21 2008 UTC
(14 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.280: +7 -7 lines
Diff to
previous 1.280
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
Revision
1.280 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 21 19:36:38 2008 UTC
(15 months ago)
by
dries
Branch:
MAIN
Changes since
1.279: +22 -8 lines
Diff to
previous 1.279
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
Revision
1.277 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 6 12:18:50 2008 UTC
(18 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.276: +1 -9 lines
Diff to
previous 1.276
- 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.275 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 14 17:48:41 2008 UTC
(19 months, 1 week ago)
by
dries
Branch:
MAIN
Changes since
1.274: +19 -19 lines
Diff to
previous 1.274
- 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.274 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 10 10:28:23 2008 UTC
(19 months, 2 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.273: +4 -4 lines
Diff to
previous 1.273
- 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.273 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 20 13:46:40 2008 UTC
(21 months ago)
by
dries
Branch:
MAIN
Changes since
1.272: +5 -2 lines
Diff to
previous 1.272
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
Revision
1.272 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 4 09:31:48 2008 UTC
(22 months, 3 weeks ago)
by
goba
Branch:
MAIN
CVS Tags:
DRUPAL-6-0,
DRUPAL-6-0-RC-2,
DRUPAL-6-0-RC-3,
DRUPAL-6-0-RC-4,
DRUPAL-6-1,
DRUPAL-6-10,
DRUPAL-6-2,
DRUPAL-6-3,
DRUPAL-6-4,
DRUPAL-6-5,
DRUPAL-6-6,
DRUPAL-6-7,
DRUPAL-6-8,
DRUPAL-6-9
Branch point for:
DRUPAL-6
Changes since
1.271: +5 -2 lines
Diff to
previous 1.271
#198856 by hswong3i: Fix some incorrect use of %s for table name escaping, implement better security checks
Revision
1.271 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 31 08:54:37 2007 UTC
(22 months, 3 weeks ago)
by
dries
Branch:
MAIN
Changes since
1.270: +4 -4 lines
Diff to
previous 1.270
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
Revision
1.269 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Dec 14 18:08:48 2007 UTC
(23 months, 1 week ago)
by
goba
Branch:
MAIN
Changes since
1.268: +2 -2 lines
Diff to
previous 1.268
#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.264 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 12 15:55:36 2007 UTC
(2 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.263: +7 -7 lines
Diff to
previous 1.263
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
Revision
1.262 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 1 17:41:16 2007 UTC
(2 years, 4 months ago)
by
dries
Branch:
MAIN
Changes since
1.261: +2 -2 lines
Diff to
previous 1.261
- Rollback of patch #147723: delete API. Talked to Steven and Gabor and we
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
Revision
1.261 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 30 19:46:58 2007 UTC
(2 years, 4 months ago)
by
goba
Branch:
MAIN
Changes since
1.260: +3 -3 lines
Diff to
previous 1.260
#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.250 -
(
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.249: +60 -69 lines
Diff to
previous 1.249
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
Revision
1.249 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 10 15:17:51 2007 UTC
(2 years, 10 months ago)
by
dries
Branch:
MAIN
CVS Tags:
DRUPAL-5-0,
DRUPAL-5-0-RC-2,
DRUPAL-5-1,
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-2,
DRUPAL-5-20,
DRUPAL-5-3,
DRUPAL-5-4,
DRUPAL-5-5,
DRUPAL-5-6,
DRUPAL-5-7,
DRUPAL-5-8,
DRUPAL-5-9
Branch point for:
DRUPAL-5
Changes since
1.248: +2 -2 lines
Diff to
previous 1.248
- Always check the username.
Revision
1.245 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 21 20:14:19 2006 UTC
(3 years ago)
by
dries
Branch:
MAIN
Changes since
1.244: +1 -9 lines
Diff to
previous 1.244
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Revision
1.238 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 29 09:51:50 2006 UTC
(3 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.237: +6 -7 lines
Diff to
previous 1.237
- Patch #79622 by Dries: added views to see the most popular search terms,
the most important 404s and 403s. This makes the watchdog data easier to
use. Improved consistency of the 'amdminister > logs' section.
Revision
1.207 -
(
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.206: +14 -14 lines
Diff to
previous 1.206
- 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.202 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 1 05:14:05 2005 UTC
(4 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.201: +5 -5 lines
Diff to
previous 1.201
- Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).
Usernames can now be themed; eg. an icon/avatar could be added.
TODO: update contributed modules + update the migration docs.
Revision
1.200 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jul 29 06:59:29 2005 UTC
(4 years, 3 months ago)
by
unconed
Branch:
MAIN
Changes since
1.199: +4 -4 lines
Diff to
previous 1.199
- #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.
- (#15121) Improve string cut-off for locale table
Revision
1.196 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 7 18:54:37 2005 UTC
(4 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.195: +10 -4 lines
Diff to
previous 1.195
- Patch #24135 by Moshe: made it possible to ban visitors based on 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.
Revision
1.194 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 31 21:14:26 2005 UTC
(4 years, 5 months ago)
by
unconed
Branch:
MAIN
Changes since
1.193: +3 -3 lines
Diff to
previous 1.193
- Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags.
Revision
1.193 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 19 19:05:27 2005 UTC
(4 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.192: +13 -12 lines
Diff to
previous 1.192
- Renamed "top users" page to "top visitors" and added some page generation times per user.
This make it trivial to spot evil crawlers.
Revision
1.191 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 12 11:21:35 2005 UTC
(4 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.190: +13 -14 lines
Diff to
previous 1.190
- Added the ability to track page generation times in the statistics module.
(Made some improvements as per the suggestions in the issue.)
- Added extended timer implementation.
Revision
1.184 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 12 07:51:14 2005 UTC
(4 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.183: +2 -2 lines
Diff to
previous 1.183
- Patch #17208 by asimmonds: help text fixes:
- permissions menu link updates in a number of modules help
- anchor link fix in distributed auth help
- "my account" link fix in user help
- spelling correction in tracker.module help
- I also changed 'admin/access/perms' to 'admin/access/permissions'.
Revision
1.181 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 19 01:46:25 2005 UTC
(4 years, 10 months ago)
by
unconed
Branch:
MAIN
Changes since
1.180: +6 -6 lines
Diff to
previous 1.180
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
- Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
Revision
1.180 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 15 21:19:42 2004 UTC
(4 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.179: +12 -9 lines
Diff to
previous 1.179
- Patch #13907 by Neil: less ways to set the page title.
* Less logic in theme code.
* Encourages use of the menu system.
* Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them.
* Very slightly more efficient.
Revision
1.166.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Nov 29 17:59:50 2004 UTC
(4 years, 11 months ago)
by
dries
Changes since
1.166.2.2: +2 -2 lines
Diff to
previous 1.166.2.2
, to
branch point 1.166
- Patch #13647 by Goba:
1. Fixed broken watchdog calls: two watchdog calls omitted the type parameter, and thus injected logs into the type field, instead of the message field.
2. Removed t() functions from user contributed content.
Revision
1.175 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 28 12:28:35 2004 UTC
(4 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.174: +153 -306 lines
Diff to
previous 1.174
- 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.174 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 24 22:56:21 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.173: +1 -9 lines
Diff to
previous 1.173
- 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.173 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 23 23:11:58 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.172: +2 -3 lines
Diff to
previous 1.172
- Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link().
TODO:
1. Update theme upgrade instructions in the handbook: node_link() is gone.
2. Remove page_link() just like we removed node_link().
Revision
1.172 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 21 08:25:17 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.171: +8 -8 lines
Diff to
previous 1.171
- Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend.
Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
Revision
1.170 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 14 20:20:09 2004 UTC
(5 years ago)
by
dries
Branch:
MAIN
Changes since
1.169: +2 -2 lines
Diff to
previous 1.169
- Modified patch by Jeremy: throttle module improvements and fixes:
+ throttle module: flush cache when the throttle enables/disables
+ throttle module: prevent throttle being enabled by 0 users or guests when disabled
+ system module: remove requirement for statistics.module
+ block module: update help text to reflect access log is no longer required
+ statistics module: throttle is now enabled/disabled, not using levels 0-5
Revision
1.168 -
(
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.167: +28 -22 lines
Diff to
previous 1.167
- 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.166.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 23 16:30:01 2004 UTC
(5 years, 1 month ago)
by
dries
Changes since
1.166: +3 -4 lines
Diff to
previous 1.166
- Patch #11868 by Neil Drumm: fixed broken link in the help text and made the help text more accurate.
Revision
1.164 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 28 19:13:03 2004 UTC
(5 years, 1 month ago)
by
unconed
Branch:
MAIN
Changes since
1.163: +10 -2 lines
Diff to
previous 1.163
Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea.
Revision
1.160 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 11 14:43:52 2004 UTC
(5 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.159: +10 -10 lines
Diff to
previous 1.159
- Usability improvement: made the page titles better match the link titles.
- Bugfix: fixed some incorrect colspan's.
Revision
1.159 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 21 06:42:37 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.158: +6 -1 lines
Diff to
previous 1.158
- 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.158 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 19 15:41:56 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.157: +30 -30 lines
Diff to
previous 1.157
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
Revision
1.157 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 14 06:19:44 2004 UTC
(5 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.156: +4 -4 lines
Diff to
previous 1.156
- Patch #10044 by TDobes: fixed broken links in the statistics module. In the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode.
Revision
1.156 -
(
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.155: +2 -2 lines
Diff to
previous 1.155
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.148 -
(
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.147: +34 -19 lines
Diff to
previous 1.147
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.145 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 5 21:12:14 2004 UTC
(5 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.144: +216 -212 lines
Diff to
previous 1.144
- Patch #7577 by JonBob: various code style improvements to the statistics
module.
+ Usages of to print titles have been replaced by proper drupal_set_title()
calls.
+ Many arg() usages dropped in favor of meaningful parameters.
+ Doxygen comments standardized and expanded.
+ Some grammatical corrections to help text.
+ Broken /statistics page linked from page navigation restored.
+ Fixed small bug in menu.inc pertaining to menu callbacks without
arguments.
Revision
1.144 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 21 13:56:38 2004 UTC
(5 years, 7 months ago)
by
dries
Branch:
MAIN
Changes since
1.143: +21 -23 lines
Diff to
previous 1.143
- Added support for 403 handling. Patch by JonBob. As a side benefit,
administrators will be able to define a custom 403 page, just as they
can define 404 pages now.
This needs to be documented in the "Changes since / migrating to ..."
pages.
Revision
1.143 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 18 12:51:55 2004 UTC
(5 years, 7 months ago)
by
dries
Branch:
MAIN
Changes since
1.142: +118 -125 lines
Diff to
previous 1.142
- Patch 6675 by Ax: reorganized the menu's of the watchdog and statistics module
to be more intuitive and moved some help text to Doxygen comments.
Revision
1.142 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 14 14:02:36 2004 UTC
(5 years, 7 months ago)
by
unconed
Branch:
MAIN
Changes since
1.141: +3 -3 lines
Diff to
previous 1.141
Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs.
Remember to use $array1 + $array2 instead.
Revision
1.140.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 14 14:01:05 2004 UTC
(5 years, 7 months ago)
by
unconed
Changes since
1.140.2.1: +3 -3 lines
Diff to
previous 1.140.2.1
, to
branch point 1.140
Poll.module / Statistics.module: fixing bug caused by using array_merge and drupal_map_assoc. This causes array keys to be renumbered, leading to bugs.
Remember to use $array1 + $array2 instead.
Revision
1.140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 15 20:09:46 2004 UTC
(5 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.139: +39 -52 lines
Diff to
previous 1.139
- Patch by Steven: removed redundant permission checks. These are no longer
required thanks to the new 404 handling.
Revision
1.138 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 15 15:19:35 2004 UTC
(5 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.137: +11 -8 lines
Diff to
previous 1.137
- Patch 5592 by Goba: let drupal_map_assoc() rule. :-)
- Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
Revision
1.136 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 1 21:04:41 2004 UTC
(5 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.135: +4 -4 lines
Diff to
previous 1.135
- Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,
fixed translation issues in taxonomy module, etc.
Revision
1.130 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 8 18:30:20 2003 UTC
(5 years, 11 months ago)
by
dries
Branch:
MAIN
Changes since
1.129: +4 -4 lines
Diff to
previous 1.129
- Improvements by Goba:
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
Revision
1.125 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 27 06:32:42 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.124: +35 -45 lines
Diff to
previous 1.124
Patch by Jeremy:
- removed statistics_init() -- auto-throttle logic moved to
statistics_exit()
- renamed internal-only update_throttle() to _update_throttle()
- removed some odd white spaces
- fixed 'Popular content' block's subtitles to actually display
Revision
1.124 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 26 16:11:47 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.123: +60 -122 lines
Diff to
previous 1.123
Statistics module patch by Jeremy:
- removed custom user-page configuration
- added user-page configuration as group into statistics_settings()
- inlined logic to display user-page within statistics_page()
- changed references of "top content" to "most popular content"
- updated help to reflect recent changes
- removed references to title/subtitle text configuration
- properly load _settings data for popular content block
- fix admin pages to display referrers and top nodes (don't return...)
Revision
1.122 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 25 21:12:26 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.121: +24 -89 lines
Diff to
previous 1.121
Statistics module improvements by Jeremy:
- Remove custom configuration of "admin/system/block/top nodes block".
- Three remaining configuration options moved to "admin/system/modules/statistics".
- Move simple logic to display block within statistics_block().
Revision
1.121 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Nov 25 19:54:00 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.120: +3 -109 lines
Diff to
previous 1.120
- Moved the "Who's online" block from the statistics module to the user module
as the code no longer relies on the statistics module. In addition, some
code has been simplified and other bits have been removed. Patch by Jeremy.
Revision
1.119 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 23 10:41:03 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.118: +3 -2 lines
Diff to
previous 1.118
- Committed phase 3 of JonBob's menu changes. Adds an API for modules to
define titles and breadcrumbs for their pages, and updates the theme
system to display them.
Revision
1.118 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 20 21:51:23 2003 UTC
(6 years ago)
by
dries
Branch:
MAIN
Changes since
1.117: +20 -3 lines
Diff to
previous 1.117
- Patch by JonBob:
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
Revision
1.112 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 28 19:27:50 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.111: +16 -40 lines
Diff to
previous 1.111
- Bugfix: fixed usernames being shown in the "Who is online" block after
you logged out. Patch by Jeremy.
- Bugfix: fixed the authmap table in the MSSQL scheme. Patch by Moshe.
- Bugfix: properly themes some error messages in the user module. Patch
by Moshe.
Revision
1.110 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 22 20:20:35 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.109: +9 -9 lines
Diff to
previous 1.109
- Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by
Adrian.
- Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
Revision
1.109 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 17 16:10:48 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.108: +2 -2 lines
Diff to
previous 1.108
Patch by Moshe:
- comment.module: fixed an ambigous 'timestamp' query
- forum.module: prev/next links no longer excerpt from the title+body in
their title attribute. they now excerpt from only their title. this is
more consistent with rest of drupal, and GROUP BY on node.body which
isn't appreciated by MSSQL. also replaced some '' with NULL which caused
errors in MSSQL
- statistics.module: replaced a USING join with a standard ON join. USING
is not as widely supported, and functionally equivalent.
Revision
1.108 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 13 21:24:38 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.107: +7 -7 lines
Diff to
previous 1.107
- Bugfix: in the access log, the "post" column shows "n/a" for every line
regardless of whether a node is involved. Patch by Jonathan.
Revision
1.107 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 21:25:42 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.106: +9 -9 lines
Diff to
previous 1.106
- Fixed translation bugs with statistics module. Patch by Gabor.
- Removed 'homepage' field from user table. Patch by Gabor.
- Added 'real name' field to the profile module. Patch by Gabor.
Revision
1.105 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 9 18:53:22 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.104: +15 -16 lines
Diff to
previous 1.104
- Committed part 3 of Michael's help system improvements: removed the $help
parameter from the menu() function.
Revision
1.104 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Oct 7 18:16:41 2003 UTC
(6 years, 1 month ago)
by
dries
Branch:
MAIN
Changes since
1.103: +9 -20 lines
Diff to
previous 1.103
- Help system improvements: eliminated the _system hook. Patch by Michael.
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
Revision
1.98 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 27 06:00:43 2003 UTC
(6 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.97: +8 -8 lines
Diff to
previous 1.97
- Committed Al's new admin link texts. Remarks:
1) As explained by Al, there is still a glitch with the 'create content'
menu.
2) The user module part of the patch did not apply due to Kjartan's earlier
patch.
Revision
1.94 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 9 18:18:43 2003 UTC
(6 years, 2 months ago)
by
dries
Branch:
MAIN
Changes since
1.93: +2 -2 lines
Diff to
previous 1.93
- Gerhard's uid 0 patches. These patches bring various performance
improvements. Requires a database update.
Revision
1.92 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 25 20:07:02 2003 UTC
(6 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.91: +122 -60 lines
Diff to
previous 1.91
- Made the statistics module use the new help system. Patch by Michael.
- Increased the number of nodes shown on the admin top nodes page.
Revision
1.91 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 22 21:35:25 2003 UTC
(6 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.90: +2 -3 lines
Diff to
previous 1.90
Implemented more suggestions by Keith:
- Made sure the 'Topic' title is only shown above the topics, not the icons.
- Automatically shorten the username when it is too long. I implemented this
as part of format_name() and could therefore nuke some code in the
statistics module. This is change is somewhat experimental and I'm willing
to revert or change this if a number of people aren't too happy with this
behavior.
- Left align the dates and authors: makes it easier/faster to scan.
- Made the little tablesort arrows clickable.
Revision
1.90 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 21 15:47:46 2003 UTC
(6 years, 3 months ago)
by
dries
Branch:
MAIN
Changes since
1.89: +61 -73 lines
Diff to
previous 1.89
- Applied Moshe's tablesort patch! Note that I changed the arrow images
because those of Moshe where not identical.
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 23 18:02:56 2003 UTC
(6 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.81: +0 -855 lines
Diff to
previous 1.81
- Improvement: SQL improvements to the user module. Patch #44 and #45 by
Gerhard.
- Improvement: CSS improvements. Patch #40 by Al.
(TODO: we might be able to simplify admin.css now both drupal.css and
admin.css are included to render administration pages. Tags like "body"
and friends can probably be inherited.)
Revision
1.78 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 11 18:16:32 2003 UTC
(6 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.77: +56 -54 lines
Diff to
previous 1.77
- Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason. Patch by Kjartan.
- Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values. Patch by Kjartan.
- Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes. Example:
<input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" />
IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion.
- Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions. Patch by Matt Westgate.
- Improvement: improved the error checking and the error messages in the profile module. Updated the code to match the Drupal coding conventions. Modified patch from Matt Westgate.
- Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head(). Patch by Kristjan.
- Improvement: don't execute any SQL queries when checking the permissions of user #1. Patch by Kjartan.
- Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes. Part of patch #51 by Al.
- Improvement: removed some redundant print statements from the comment module. Modified patch from Craig Courtney.
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 6 21:37:09 2003 UTC
(6 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.76: +6 -6 lines
Diff to
previous 1.76
- Dropped check_input(); use check_query() instead.
- Made the statistics module use referer_uri() for security's sake.
Revision
1.76 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 3 18:04:45 2003 UTC
(6 years, 5 months ago)
by
dries
Branch:
MAIN
Changes since
1.75: +2 -2 lines
Diff to
previous 1.75
- Bugfix: made request_uri() rewrite ( and ) with their entity equivalents
to avoid XSS attacks! Patch by Al, Moshe, Marco, Kjartan and me.
- Bugfix: the admin module does now import drupal.css prior to admin.css.
Patch by me.
- Bugfix: the admin module was still emitting a <base href=""> tag. I
removed this as it is been taken care of by theme_head(); Patch by me.
- Bugfix: made the tracker module's pager only consider published pages.
Patch by Moshe.
- Bugfix: cured some typos in the comment module's help function. Patch by
Marco.
- Bugfix: fixed a typo in the pager_display() that caused optional
attributes to be discarded.
- Bugfix: made the Xtemplate emit empty boxes like any other theme does.
Patch by Al.
- Bugfix: fixed broken link on the statistics module's log page.
Reported by Kjartan.
- CSS improvements: made the HTML output emitted by the tracker module
look nicer. Patch by Moshe and Al.
- CSS improvements: added CSS classes for form elements. Patch by Al.
- CSS improvements: added a vertical gap between the last form item and the
submit button. Patch by Al. Note that Opera 6 is not picking up this
CSS but apparently others browsers such as Konqueror do.
- Xtemplate improvements: changed the color of the selected day in the
archive module's calendar. Patch by Al.
- Usability improvements: made the "birthday" field of the profile module
look nicer. Patch by Al.
------
- TODO: it might be a good idea to emit the following meta tag in the
theme_head() function:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Currently, some themes (and modules!) emit this while others don't. This
would also make it possible to change the charset site-wide.
- TODO: now we added support for td.dark and td.light to drupal.css, maybe
it can be removed from admin.css as well as xtemplate.css?
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 18 10:09:28 2003 UTC
(6 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.73: +32 -76 lines
Diff to
previous 1.73
- Fixed 3 PostgreSQL problems!
- Fixed some locale problems; made it easier to translate some strings.
- Removed some dead wood.
Revision
1.73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 17 19:57:52 2003 UTC
(6 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.72: +7 -3 lines
Diff to
previous 1.72
- Only export the "who is online" block when the access log is enabled.
Patch by Al. Fixed bug #1692.
- Only export the "top nodes" block when the node counters are enabled.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 13 18:36:35 2003 UTC
(6 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.71: +13 -12 lines
Diff to
previous 1.71
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.
- Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski.
- Removed dependency on "register_globals = on"! Patches by Michael Frankowski.
Notes:
+ Updated the patches to use $foo["bar"] instead of $foo['bar'].
+ Updated the INSTALL and CHANGELOG files as well.
- Tiny improvement to the "./scripts/code-clean.sh" script.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 7 21:00:36 2003 UTC
(6 years, 6 months ago)
by
dries
Branch:
MAIN
Changes since
1.70: +8 -8 lines
Diff to
previous 1.70
- Applied Michael Caerwyn's "%s -> %d" patch.
- Changed all occurences of '%d' to %d as suggested on the mailing list.