/[drupal]/drupal/modules/tracker/tracker.module
ViewVC logotype

Log of /drupal/modules/tracker/tracker.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 26 05:01:50 2009 UTC (24 hours, 5 minutes ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.168: +12 -4 lines
Diff to previous 1.168
#635900 by batigolix and arianek: Update Tracker module to new help documentation standard.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 23 02:45:42 2009 UTC (4 days, 2 hours ago) by webchick
Branch: MAIN
Changes since 1.167: +9 -9 lines
Diff to previous 1.167
#637930 by yoroy and jhodgdon: Remove the word 'post' from Tracker module.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 4 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.166: +4 -4 lines
Diff to previous 1.166
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 12:11:10 2009 UTC (3 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.165: +4 -4 lines
Diff to previous 1.165
- Patch #595084 by c960657: use type hinting for .

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 29 07:18:55 2009 UTC (4 weeks ago) by webchick
Branch: MAIN
Changes since 1.164: +5 -5 lines
Diff to previous 1.164
#615526 by Crell: Use slave servers for tracker module.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 13:37:10 2009 UTC (6 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.163: +7 -7 lines
Diff to previous 1.163
- Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp into 'created' and 'changed' columns, just like for nodes.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:04:23 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.162: +6 -6 lines
Diff to previous 1.162
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 06:52:49 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.161: +286 -3 lines
Diff to previous 1.161
- Patch #105639 by David Strauss, catch, Berdir, drewish: tracker performance improvements.

Revision 1.161 - (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.160: +3 -1 lines
Diff to previous 1.160
#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.160 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:45 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.159: +1 -3 lines
Diff to previous 1.159
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:02:04 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.158: +3 -1 lines
Diff to previous 1.158
*** empty log message ***

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:34:01 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.157: +3 -3 lines
Diff to previous 1.157
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:51 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1, DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6, DRUPAL-7-0-UNSTABLE-7
Changes since 1.156: +1 -3 lines
Diff to previous 1.156
- 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.156 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:56 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.155: +22 -4 lines
Diff to previous 1.155
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:42 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.154: +4 -4 lines
Diff to previous 1.154
- 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.154.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:51 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.154: +22 -4 lines
Diff to previous 1.154 , to next main 1.169
Drupal 6.2

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:49 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.153: +2 -2 lines
Diff to previous 1.153
#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.153 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 09:34:39 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.152: +3 -3 lines
Diff to previous 1.152
#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.152 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 6 08:51:23 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3, DRUPAL-6-0-BETA-4
Changes since 1.151: +5 -7 lines
Diff to previous 1.151
#186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts functionality in tracker

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 23 16:01:01 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.150: +3 -78 lines
Diff to previous 1.150
- Patch #169426 by Crell: split tracker module.

Revision 1.143.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 19:16:50 2007 UTC (2 years, 4 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-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
Changes since 1.143.2.1: +2 -2 lines
Diff to previous 1.143.2.1 , to branch point 1.143 , to next main 1.169
Drupal 5.2

Revision 1.143.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 9 03:33:58 2007 UTC (2 years, 4 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.143: +2 -2 lines
Diff to previous 1.143
#156392 by G?bor Hojtsy. Add comment module depenedency to tracker.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 4 10:54:26 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.149: +2 -2 lines
Diff to previous 1.149
#156392 by iacopopecchi, patch by myself: tracker module depends on comment module (uses its tables and constants without checking for the module being present), so this dependency should be codified in the .info file

Revision 1.149 - (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.148: +3 -3 lines
Diff to previous 1.148
#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.148 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 13:45:16 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.147: +1 -2 lines
Diff to previous 1.147
- Patch #137767 by chx and pwolanin: multiple menu support.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 17:03:29 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.146: +6 -6 lines
Diff to previous 1.146
- Patch #128082 by Goba et al: Allow localization of built-in menu items.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 15 11:40:18 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145
- Patch #111347 by Steven: refactor url() and l().

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 09:30:51 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.144: +8 -4 lines
Diff to previous 1.144
 - Patch #113603 by chx: first crack at re-implementing tabs.

Revision 1.144 - (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.143: +29 -27 lines
Diff to previous 1.143
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.143 - (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
Branch point for: DRUPAL-5
Changes since 1.142: +2 -2 lines
Diff to previous 1.142
- Always check the username.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 07:59:11 2006 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
Changes since 1.141: +6 -5 lines
Diff to previous 1.141
#44276 by dww. Include updated posts in tracker calculations.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 09:54:34 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.140: +2 -2 lines
Diff to previous 1.140
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 17:53:26 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.139: +6 -1 lines
Diff to previous 1.139
- Patch #8716 by webchick et al: small usability improvement: don't show empty tables.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 22:47:53 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.138: +4 -5 lines
Diff to previous 1.138
#100563: Conditional loading of (some) module.css files

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 20:14:19 2006 UTC (3 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.137: +1 -8 lines
Diff to previous 1.137
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 22 08:28:46 2006 UTC (3 years, 1 month ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.136: +6 -6 lines
Diff to previous 1.136
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 20:22:36 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.135: +1 -3 lines
Diff to previous 1.135
- Patch #80952 by earl, webchick, neclimdul et al: .info files

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 05:57:41 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134
#79601: module_exist() -> module_exists()

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 12:16:59 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.133: +7 -7 lines
Diff to previous 1.133
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 07:14:50 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.132: +5 -1 lines
Diff to previous 1.132
#77183 by m3avrck and timcn, split up drupal.css by module.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 6 23:00:42 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131
#62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types.

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 11:25:55 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 7 00:08:36 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129
#61802 by Zen, Double spaced sentences clean up

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 17 20:48:26 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.128: +2 -2 lines
Diff to previous 1.128
- Removing trailing whitespace.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 17 18:56:25 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.127: +11 -3 lines
Diff to previous 1.127
#14591, User.module links for blocked/non-existant accounts + menu 403/404 issue, patch by Steven and merlinofchaos

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 18:46:54 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
- Patch #49912: www.drupal.org -> drupal.org.  (Today's critical bugfix #5.)

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 6 05:51:10 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.125: +2 -8 lines
Diff to previous 1.125
- Patch #48042 by markus: removed unused variable.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 12 16:22:46 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124
- Patch #33128 by Morbus: %num -> %count to make format_plural() work.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 8 03:41:48 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.123: +2 -2 lines
Diff to previous 1.123
- #33128: Format plural for %n new

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 1 10:17:34 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.122: +12 -6 lines
Diff to previous 1.122
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 24 07:53:26 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.121: +2 -5 lines
Diff to previous 1.121
- Patch #28786 by Neil: move pagers out of table.

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 28 15:29:34 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.120: +2 -2 lines
Diff to previous 1.120
- Patch #29785 by Chx: multiple node types were broken so we refactored
  part of the node system!  If you have a module that implements node
  types, you'll have to udpate its CVS HEAD version.

  We replaced _node_name() and _node_types() by _node().  The new _node()
  hook let's you define one or more node types, including their names.
  The implementation of the _node() hook needs to:

   return array($type1 => array('name' => $name1, 'base' => $base1),
                $type2 => array('name' => $name2, 'base' => $base2));

  where $type is the node type, $name is the human readable name of the type
  and $base is used instead of <hook> for <hook>_load, <hook>_view, etc.

  For example, the story module's node hook looks like this:

    function story_node() {
      return array('story' => array('name' => t('story'), 'base' => 'story'));
    }

  The page module's node hook module like:

    function page_node() {
      return array('page' => array('name' => t('page'), 'base' => 'page'));
    }

  However, more complex node modules like the project module and the
  flexinode module can use the 'base' parameter to specify a different base.

  The project module implements two node types, proejcts and issues, so it
  can do:

    function project_node() {
      return array(
       array('project_project' => array('name' => t('project'), 'base' => 'project'),
       array('project_issue' => array('name' => t('issue'), 'base' => 'project_issue'));
    }

  In the flexinode module's case there can only one base ...

  This hook will simplify the CCK, and will make it easy (or easier) to merge
  the story and page module.

  In addition, node_list() became node_get_types().  In addition, we created
  the following functions: node_get_name($type) and node_get_base($type).

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 21:14:17 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119
- Patch #29385 by chx: no ?> add end of files.

Revision 1.119 - (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.118: +2 -2 lines
Diff to previous 1.118
- 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.114.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 14 17:13:30 2005 UTC (4 years, 6 months ago) by dries
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 , to next main 1.169
- Patch #22857 by mathias: removed redundant DISTINCT().

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 14 17:01:31 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
- Patch #22857 by mathias: removed redundant DISTINCT().

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 5 20:12:49 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.116: +4 -4 lines
Diff to previous 1.116
- Patch #21221 by Robert: make status values in comment.module defined constants for readability.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 1 16:09:52 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115
- Bug #21452 reported by njivy: added missing return to tracker_user_page().
  It did not return nor print its output.

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 24 16:34:35 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114
- Patch 20910 by chx: centralize print theme page.

Revision 1.114 - (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.113: +2 -2 lines
Diff to previous 1.113
- 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.113 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 30 09:53:19 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112
- Patch #16253 by Goba: incremental improvements to the new content markers.

  Goba: it would be nice if one of the core themes would showcase this functionality. ;-)

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 30 08:39:35 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111
- Added a missing DISTINCT() to the pager query.  Spotted by Steven.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 29 22:21:22 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.110: +3 -3 lines
Diff to previous 1.110
- I had to use DISTINCT for the tracker.module's SQL queries.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 29 22:02:37 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.109: +5 -5 lines
Diff to previous 1.109
- Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 27 12:57:08 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108
- Patch #16253 by Goba: this simple and straightforward patch adds the ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.

Revision 1.108 - (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.107: +2 -2 lines
Diff to previous 1.107
- 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.107 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 19 01:12:14 2005 UTC (4 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.106: +3 -3 lines
Diff to previous 1.106
- #15500: Fix tracker not showing nodes without comments.
- Tiny code style fix

Revision 1.100.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 19 01:10:25 2005 UTC (4 years, 10 months ago) by unconed
Changes since 1.100.2.1: +3 -3 lines
Diff to previous 1.100.2.1 , to branch point 1.100 , to next main 1.169
#15500: Fix tracker not showing nodes without comments.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 17 19:00:03 2005 UTC (4 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.105: +3 -3 lines
Diff to previous 1.105
- The real code fixes ;)

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 16 18:44:49 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.104: +11 -3 lines
Diff to previous 1.104
- Patch #14731 by chx: made it possible to rewrite node queries.

Revision 1.100.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 14 15:43:05 2005 UTC (4 years, 10 months ago) by dries
Changes since 1.100: +3 -3 lines
Diff to previous 1.100
- Patch #15500 by Morbus: ignore unpublished comments when determining last_post.  (This matches the behavior in HEAD.)

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 16 21:42:30 2004 UTC (4 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.103: +6 -2 lines
Diff to previous 1.103
- Patch #14262 by Richard: help text improvements for the tracker module.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 23 22:20:41 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.102: +4 -2 lines
Diff to previous 1.102
- Patch by Stefan: wrapped the help texts in <p></p> tags.  Helps improve consistency.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 15 11:16:39 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101
- Patch #12783 by Stefan: various small consistency/usability improvements.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 4 20:17:07 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.100: +6 -6 lines
Diff to previous 1.100
- Modifed patch by ccourtne: made the tracker module take advantage of the node_comment_statistics table.  Improves performance of the tracker page by facter 10 because it eliminates up to 20 SQL queries.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 15 05:10:35 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99
- Patch #11577 by drumm: changed t('ago') -> t('%time ago', ...) to make it
  translatable in languages such as Spanish.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 6 20:43:05 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.98: +5 -2 lines
Diff to previous 1.98
- Small refinement with regard to the page title.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 6 20:00:56 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
- Rewored 'track posts' to 'track'.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 6 18:26:01 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.96: +15 -7 lines
Diff to previous 1.96
- Usability improvement: the 'recent posts' feature on the user pages lead
  to a page with a confusing (wrong) title so I shuffled things around a bit
  and tab-ified it as 'track'.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 16 07:17:56 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.95: +14 -13 lines
Diff to previous 1.95
- Patch #8179 by JonBob: reintroduced menu caching.

Revision 1.95 - (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.94: +6 -1 lines
Diff to previous 1.94
- 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.94 - (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.93: +2 -2 lines
Diff to previous 1.93
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 6 20:15:32 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
- Patch #9330: ucfirst() gives problem when used with multibyte charset.
  Replaced the use of ucfirst() with a CSS-based solution.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 09:30:09 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.91: +3 -4 lines
Diff to previous 1.91
- Patch #9543 by JonBob: added node-level access control!

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 25 14:25:42 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.90: +2 -4 lines
Diff to previous 1.90
- Patch #9478 by JonBob: allow printf-style arguments in pager_query.

  Currently pager_query() is the black sheep of the database query family, because it does not allow for printf-style arguments to be inserted in the query. This is a problem because it introduces developer confusion when moving from an unpaged query to a paged one, and it encourages substitution of variables directly into the query, which can bypass our check_query() security feature.

  This patch adds this ability to pager_query(). The change is backwards-compatible, but a couple calls to the function in core have been changed to use the new capability.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 11 06:53:39 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.89: +13 -10 lines
Diff to previous 1.89
- Patch by Matt: made it possible to alias an URL multiple times.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 8 15:18:48 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.88: +3 -3 lines
Diff to previous 1.88
- Fixed colspan in tracker table.

- Renamed '... your ...' to '... my ...' (cfr. 'my account).

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 8 06:15:49 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.87: +8 -12 lines
Diff to previous 1.87
- Patch #9031 by Morbus: this last tracker patch was broken - for installations where the comment.module is turned on, $comments is never set to 0, and posts that have no comments instead get the value of the last successful comment_num_all. The attached patch corrects this ($comments is set to 0 before we do anything) and also merges the if statements.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 6 07:38:35 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.86: +9 -7 lines
Diff to previous 1.86
- Patch #9031 by Ber: if the comment module is not available comment_num_all()
  should not be called.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 20 19:49:14 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
- Patch #8681 by stefan: fixed some broken URLs and help texts.

Revision 1.85 - (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.84: +12 -9 lines
Diff to previous 1.84
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.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 24 18:37:50 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.83: +25 -19 lines
Diff to previous 1.83
- More code improvements by JonBob.

Revision 1.83 - (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.82: +6 -3 lines
Diff to previous 1.82
- 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.76.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 12 08:31:30 2004 UTC (5 years, 7 months ago) by dries
Changes since 1.76.2.1: +2 -2 lines
Diff to previous 1.76.2.1 , to branch point 1.76 , to next main 1.169
- Patch #7045 by Goba: the tracker links in the 4.4.0 CVS branch are broken, since they don't try to separate the fragment from the URL, and so URL aliasing is not possible.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 1 18:57:41 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.81: +1 -2 lines
Diff to previous 1.81
- Remove redundant line.  Patch by killes.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 29 19:00:07 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
- Tiny usability improvement for translators.  Patch by Gerhard.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 21 14:28:15 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.79: +3 -2 lines
Diff to previous 1.79
- More profile module improvements:

  + Updated the _user() hook's "$type == 'view'" case to match the
     "$type == 'edit'" case.  That is, both have to return an associtive
     array of the format array('category' => 'fields').

   + Updated the profile pages to group fields by category.  Made possible
     thanks to the above change.

   + Moved logic out of the theme_ functions.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 20 13:29:06 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 20 13:23:33 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.77: +41 -51 lines
Diff to previous 1.77
- Tracker and forum module improvements!

  Note: the CSS of the tracker page has changed.  Some CSS files still have
  to be updated.

Revision 1.76.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 15 19:41:47 2004 UTC (5 years, 8 months ago) by dries
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
- Patch #6484 by Goba:
  + A small typo on tracker module, which prevented the help from displaying.
  + For for a HTML tag closing buglet which made Opera completely mess up
    the page.
  + Translation fixes in story.module.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 11 20:33:58 2004 UTC (5 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.76: +3 -7 lines
Diff to previous 1.76
- Rewrote the profile module:

   + Added a 'created' field to the users table and renamed the 'timestamp'
     fied to 'changed' (cfr. node table).  Update.php will try to determine
     a 'created' timestamp for existing users.

   + The profile module no longer uses serialized data but has its own set
     of tables.  Known existing profile data is migrated by these new tables.
       TODO: migrate the birthday field.

   + The profile fields can be grouped, and within each group, profile fields
     can be sorted using weights.

   + The profile pages can be themed.

   + The profiles can be browsed based on certain properties/settings.

   + Change the _user hook: (i) 'private_view' and 'public_view' are merged
     into 'view' as there are no private fields and (ii) 'edit_form' has
     been renamed to 'edit'.

   + Avatar handling has been refactored and is now part of the user module.
     The users table has a dedicted 'picture' field.

   + Simplified the way themes should use display/visualize pictures or
     avatars.

   + Made it possible for administrators to replace or delete avatars.

   + ...

  I hope this make for a good base to build on collectively.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 22:20:21 2004 UTC (5 years, 9 months ago) by kjartan
Branch: MAIN
Changes since 1.75: +11 -23 lines
Diff to previous 1.75
- Coding style fixes.
- Extended tracker comments to handle project issues.

Revision 1.75 - (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.74: +2 -7 lines
Diff to previous 1.74
- Patch by Steven: removed redundant permission checks.  These are no longer
  required thanks to the new 404 handling.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 10:57:27 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
- Patch #5501: fixed invalid HTML in the comment and tracker module.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 21:32:06 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
- Fixed tracker bug: tracker module has a line of faulty code which tries
  to get the node name in the old way.  Patch by JonBob.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 19:23:11 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.71: +5 -5 lines
Diff to previous 1.71
- Fixed capitalization.

Revision 1.71 - (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.70: +2 -2 lines
Diff to previous 1.70
- 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.70 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 19:26:21 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.69: +3 -8 lines
Diff to previous 1.69
- Committed phase 4 of JonBob's menu system changes.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 10:41:04 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.68: +4 -3 lines
Diff to previous 1.68
- 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.68 - (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.67: +7 -2 lines
Diff to previous 1.67
- 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.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 19:52:54 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
- table(...) -> theme("table", ...)

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 23:27:16 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.65: +6 -6 lines
Diff to previous 1.65
- Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 09:56:22 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
- Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 19:45:19 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.63: +5 -5 lines
Diff to previous 1.63
- Fixed some link titles that were no longer correct due to the menu changes.

- Made sure that the link titles match the page titles.

Revision 1.63 - (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.62: +4 -4 lines
Diff to previous 1.62
- Committed part 3 of Michael's help system improvements: removed the $help
  parameter from the menu() function.

Revision 1.62 - (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.61: +3 -10 lines
Diff to previous 1.61
- Help system improvements: eliminated the _system hook.  Patch by Michael.

- Bloggerapi module fixes.  Patch by Kjartan.

- Coding style fixes.  Patch by Michael.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 14:55:27 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.60: +14 -5 lines
Diff to previous 1.60
- Help improvements and translation improvements from Michael.  Thanks!

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 17:01:26 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
- Url aliasing improvements.  Patch by Matt.  See mailing list for more
  information.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 28 17:53:03 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
- Associate a callback with the menu links!  (This callback is not yet being
  called but will be as soon the remaining links have been transformed to use
  the menu system.)

- Made sure the menu does not render links with no callback and no children.
  Like this, the 'create content' link is not being shown when the user has
  no permission to add any content.

Revision 1.58 - (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.57: +2 -2 lines
Diff to previous 1.57
- 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.57 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 26 10:04:09 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.56: +6 -4 lines
Diff to previous 1.56
- Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.

Revision 1.56 - (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.55: +5 -5 lines
Diff to previous 1.55
- Gerhard's uid 0 patches.  These patches bring various performance
  improvements.  Requires a database update.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 15:18:12 2003 UTC (6 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
- Fixed the tracker author sort.  Patch by Moshe.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 16:12:09 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
Patches from Moshe:

 - Tracker module: adds a missing call to tablesort_pager().
 - Tablesort:
   + add 'title' attributes
   + let arbitrary querystring params flow through to pager links
   + removed ugly border around the arrow

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 15:47:48 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.52: +20 -8 lines
Diff to previous 1.52
- Applied Moshe's tablesort patch!  Note that I changed the arrow images
  because those of Moshe where not identical.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 20 21:06:51 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.51: +7 -4 lines
Diff to previous 1.51
- Updated the tracker module to the new help system scheme.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 16:41:53 2003 UTC (6 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
- Bugfix: changed 'INNER JOIN' back to 'LEFT JOIN'.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 20:14:26 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
- Commited the URL aliasing patch.  Thanks Matt.

  This update requires you to run update.php!

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 07:58:02 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.48: +5 -5 lines
Diff to previous 1.48
- Changed some INNER JOINs back to LEFT JOINs.  Patch by Gerhard.  Not tested
  by me.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 12 22:21:55 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.47: +5 -5 lines
Diff to previous 1.47
- Performance improvement: changed a fair amount of "left joins" to "inner
  joins".  Patch by Gerhard.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 10 17:46:44 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.46: +5 -5 lines
Diff to previous 1.46
- Committed a slightly modified version of Slavica's table prefix patch.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 18:39:45 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.45: +2 -1 lines
Diff to previous 1.45
- Made the tracker module link to your own posts.  Patch 79 from Gerhard.

- Added a permalink to the Xtemplate theme.  Requested by Scott.

- Added pager support to the locale module.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 11:24:28 2003 UTC (6 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
- Made it easier to translate some text on the tracker page.  Patch #71 by
  Stefan.

Revision 1.44 - (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.43: +3 -3 lines
Diff to previous 1.43
- 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.43 - (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.42: +3 -3 lines
Diff to previous 1.42
- Applied  Michael Caerwyn's "%s -> %d" patch.

- Changed all occurences of '%d' to %d as suggested on the mailing list.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 22:44:11 2003 UTC (6 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
- Fixed typo.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 2 19:36:59 2003 UTC (6 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
- Fixed critical bug #1539; incorrect use of pager_query().

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 21 14:55:03 2003 UTC (6 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.39: +4 -2 lines
Diff to previous 1.39
- Fixed some PHP "notices".

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 16 07:38:39 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.38: +7 -3 lines
Diff to previous 1.38
- Added a pager to the tracker page.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 20:00:17 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.37: +20 -10 lines
Diff to previous 1.37
- Some visual improvements.  More suggestions welcome.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 20:41:27 2003 UTC (6 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.36: +32 -59 lines
Diff to previous 1.36
- Modified patch of Moshe.  Enhances the tracker module so it displayes recent
  *nodes* in addition to comments.  This will be helpful for tracking down new
  book nodes, blog posts, news items, and other stuff which isn't interesting
  enough to be promoted to the home page.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 15 11:39:56 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.35: +14 -14 lines
Diff to previous 1.35
- Everything is using theme("function") now instead of $theme->function().

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 11 20:01:17 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
- See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 9 14:38:20 2003 UTC (6 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
- Fixed bug #1133: disabled comments are no longer shown.  Thanks Gerhard.

Revision 1.29.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 9 14:37:58 2003 UTC (6 years, 9 months ago) by dries
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 , to next main 1.169
- Fixed bug #1133: disabled comments are no longer shown.  Thanks Gerhard.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 23 09:24:20 2003 UTC (6 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
- Tidied up XHTML.  Patch by Ulf.

- Added missing t() function.  Patch by Stefan.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 21 22:44:25 2003 UTC (6 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
- Applied Ori's format_plural() patch; see mailing list for details.

  NOTE: some modules in the contributions repository might need to be updated.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 6 19:51:01 2003 UTC (6 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.30: +13 -13 lines
Diff to previous 1.30
- Clean URL patch.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 31 12:33:59 2002 UTC (6 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
- Tidied up the use of check_output().  Might make rendering pages a bit
  snappier (performance improvement).

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 22 18:46:43 2002 UTC (7 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
- Wrapped some hardcoded colors in "theme_invoke()"s; we can still create
  a drupal_error() later on but I think we better get used to theme_invoke().

- Fixed translation bug.  Patch by Moshe.

- Fixed PHP warning.  Patch by ax.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 9 20:20:49 2002 UTC (7 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
- Made sure the tracker module does not list discarded comments.  Patch by
  Moshe.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 27 09:41:55 2002 UTC (7 years, 5 months ago) by kjartan
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
- removing the DESC on group by.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 8 16:17:29 2002 UTC (7 years, 5 months ago) by kjartan
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- improved module descriptions.
- removed admin options for queue and comment module if the modules are not
  loaded.
- nodes are now auto promoted when queue module isn't enabled.
- moderation result block is now visible by the node author.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 1 21:57:29 2002 UTC (7 years, 5 months ago) by kjartan
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24
- adding descriptions to modules (thanks Joe + Scott).
- fixed comment flat list view missing 1 comment.
- changed update.php around a bit.
    * security check isn't in effect if the db hasn't been updated.
    * instructions re-organized.
    * fixed some minor updates.
- updated database.mysql done by UnConeD.
- changelog update.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 31 20:29:29 2002 UTC (7 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
- Added missing translations and the like.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 20 07:32:01 2002 UTC (7 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.22: +8 -2 lines
Diff to previous 1.22
- Bugfix: the tracker module was using an incorrect time interval to show
          recent/new comments.  Patch by Gerhard.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 13 22:16:33 2002 UTC (7 years, 6 months ago) by kjartan
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
- fixing bug #179

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 12 20:31:48 2002 UTC (7 years, 6 months ago) by kjartan
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
- using format_name instead of some local hack.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 12 19:31:50 2002 UTC (7 years, 6 months ago) by kjartan
Branch: MAIN
Changes since 1.19: +33 -17 lines
Diff to previous 1.19
- fixed links.
- added link to a users recent comments on their info page.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 12 15:40:57 2002 UTC (7 years, 6 months ago) by kjartan
Branch: MAIN
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
- applied Stevens link patch.
- fixed block permissions.
- fixed user admin page errors: http://www.drupal.org/node.php?id=173.
- cleaned up common.inc a bit: removed format_info, path_img, field_merge.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 22 09:05:36 2002 UTC (7 years, 7 months ago) by kjartan
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
- bug fixes:
    * fixed mails not being parsed properly.
    * tracker now shows user name when you view your own recent
      comments.
    * link to submission queue now points to the right place.
    * fixed jabber module.
    * theme is now activated when changed.
- applied Gerhards coding style patch.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 20 11:52:50 2002 UTC (7 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.16: +8 -8 lines
Diff to previous 1.16
- Applied Marco's big patch, including contributions from Moshe:

    + Changed the db_query() API.

    + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.

    + XHTML-ified some HTML.

    + Wrapped a lot of text in the administrative pages in a t()
      function.

    + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().

    + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
      RSS code).

    + Fixed some bugs in the taxonomy module (eg. tree making bug), added
      new functionality (eg. new APIs for use by other modules), included
      Moshe's taxonomy extensions, and some documentation udpates.

    + ...

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 2 09:45:57 2002 UTC (7 years, 7 months ago) by kjartan
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
- made the user information block into two different blocks. One for
  login and one for user information.
- added link to help in book module (post-patch, see below).
- applied various patches:
  Patch by Greg Tyrelle <greg@tyrelle.net>
  - tracker module now shows usernames next to comments.

  Patch by Moshe Weitzman <moshe@wallaware.com>
  - book module has a more complete help.
  - added administrative link to export book to html
  - fixed non book nodes not showing up in trees.

  Patch by moshe weitzman <weitzman@tejasa.com>
  - links can be defined in the configuration file.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 22 19:23:04 2002 UTC (7 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14
- Added documentation contributed by Moshe.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 31 20:23:44 2002 UTC (7 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13

- Made the calendar module accept a $date parameter such that you
  can jump directly to a certain date in the archives.  Also made
  the calendar link to itself such that it is self-contained.

- Code beautifications: quoted a lot of arrays, removed dead code
  and simplified a few things.

- Replaced the Calendar class by one function "calendar_display":
  using a class (or class instance, or object) doesn't make sense
  in the archives' case.

- Renamed "calendar.module" to "archive.module".

- Fixed a /problem/ with node settings not always being saved like
  expected.

- Reorganized the user menu: renamed a couple of links for clarity
  and structure.

- Fixed a few typos.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 30 18:15:02 2002 UTC (7 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Applied Natrak's module improvements.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 14:58:45 2002 UTC (7 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
- Fixed more than 30 HTML and XML well-formedness errors.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 12 12:51:21 2002 UTC (7 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
- Added some more explanations.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 30 16:16:38 2001 UTC (7 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.9: +5 -5 lines
Diff to previous 1.9

- import.module:

    + Improved input filtering; this should make the news items look
      more consistent in terms of mark-up.

    + Quoted all array indices: converted all instances of $foo[bar]
      to $foo["bar"].  Made various other changes to make the import
      module compliant with the coding style.

- theme.inc:

    + Fixed small XHTML glitch

- comment system:

    + Made it possible for users to edit their comments (when certain
      criteria are matched).

    + Renamed the SQL table field "lid" to "nid" and updated the code
      to reflect this change: this is a rather /annoying/ change that
      has been asked for a few times.  It will impact the contributed
      BBS/forum modules and requires a tiny SQL update:

        sql> ALTER TABLE comments CHANGE lid nid int(10) NOT NULL;

    + Moved most (all?) of the comment related logic from node.php to
      comment.module where it belongs.  This also marks a first step
      towards removing/reducing "node.php".

    + Added a delete button to the comment admin form and made it so
      that Drupal prompts for confirmation prior to deleting a comment
      from the database.  This behavior is similar to that of deleting
      nodes.

    + Disabled comment moderation for now.

    + Some of the above changes will make it easier to integrate the
      upcomcing mail-to-web and web-to-mail gateways.  They are part
      of a bigger plan.  ;)

- node system:

    + Made it so that updating nodes (like for instance updating blog
      entries) won't trigger the submission rate throttle.

    + Fixed a small glitch where a node's title wasn't always passed
      to the $theme->header() function.

    + Made "node_array()" and "node_object()" more generic and named
      them "object2array()" and "array2object()".

    + Moved most (all?) of the comment related logic from node.php to
      comment.module where it belongs.  This also marks a first step
      towards removing/reducing "node.php".

- misc:

    + Applied three patches by Foxen.  One to improve performance of
      the book module, and two other patches to fix small glitches in
      common.inc.  Thanks Foxen!

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 17 17:37:10 2001 UTC (8 years ago) by dries
Branch: MAIN
Changes since 1.8: +7 -5 lines
Diff to previous 1.8
- Made a few improvements to the tracker module; the problems were reported
  by ax.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 11:00:48 2001 UTC (8 years ago) by dries
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- A large batch of updates, amongst them a rewritten node system.  More
  information available on the mailing list.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 18:57:07 2001 UTC (8 years, 1 month ago) by kjartan
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
- added the CVS keyword $Id$ to all files to make future version tracking
  easier. Also changed the <? tag to <?php in some cases.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 20:13:21 2001 UTC (8 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Removed a node's link ID (lid) as discussed on the mailing list.  See
  'updates/3.00-to.x.xx.mysql' for the required MySQL updates.

- Renamed some "author" fields to "uid" fields for sake of consistency.

- Fixed the coding style of some PHP files.

- Fixed the moderation queue (fairly untested though).

- Re-introduced the temporary SQL table in _node_get().

- Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 11 18:54:35 2001 UTC (8 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.4: +6 -4 lines
Diff to previous 1.4
- improved the node sorting

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 9 21:01:47 2001 UTC (8 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
- PEAR-ification of Drupal by claw: you can now host Drupal on a wide
  range of databases including MySQL, PostgreSQL, MSSQL, and others.

  For additional information and an 'how to upgrade', check the mails
  sent to the mailing list.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 15:34:03 2001 UTC (8 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- improved the tracker.module so that it shows all the recent comments
  instead of all recent comments to recent nodes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 27 20:51:26 2001 UTC (8 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
- a batch of updates, including some experimental changes to the moderation
  of comments and nodes.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 20:57:35 2001 UTC (8 years, 2 months ago) by dries
Branch: MAIN
- added a new tracker.module (everybody kept nagging about the missing
  "your drupal" feature). Tracker.module will be improved and expanded
  during the process.

- renamed a link in user.module

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2