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

Log of /drupal/modules/path/path.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.175 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 10:02:41 2009 UTC (2 weeks, 5 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.174: +4 -4 lines
Diff to previous 1.174
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.

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

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 01:27:18 2009 UTC (5 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.172: +1 -84 lines
Diff to previous 1.172
- Patch #332333 by sun: moving some functions, no API changes, no new features.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 20 01:24:34 2009 UTC (5 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.171: +212 -211 lines
Diff to previous 1.171
- Patch #332333 by sun: more fixes for the path API.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 17:53:34 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.170: +154 -123 lines
Diff to previous 1.170
- Patch #332333 by dmitrig01, alexw: add a real API to path.module.

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:03 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.169: +4 -2 lines
Diff to previous 1.169
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 28 14:40:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.168: +8 -8 lines
Diff to previous 1.168
#506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata.

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

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

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:05:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.164: +2 -2 lines
Diff to previous 1.164
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 15 15:45:07 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.163: +79 -1 lines
Diff to previous 1.163
- Patch #476290 by tylor, evlis2, bohjan, Psicomante et al: add path alias to taxonomy term edit page. Yay.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 07:46:10 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.162: +2 -8 lines
Diff to previous 1.162
- Patch #481706 by Dave Reid: path_node_delete() can leave abandoned URL aliases.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 09:43:34 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.161: +2 -2 lines
Diff to previous 1.161
- Patch #504098 by eigenator, Xano, Keith.smith et al: better help text for path administration page.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 18:00:09 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.160: +3 -3 lines
Diff to previous 1.160
- Patch #506976 by catch: rename hook_perm to hook_permission.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 18:21:06 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.159: +8 -8 lines
Diff to previous 1.159
#506124 by Bojhan: Move URL aliases path to site configuration.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 04:59:26 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158
- Patch #288946 by jeffschuler, z.stolar: increase path length to 255.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 27 18:33:58 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.157: +10 -10 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]
Sun May 10 16:50:19 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.156: +49 -11 lines
Diff to previous 1.156
- Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer.

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 15:53:00 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.155: +4 -4 lines
Diff to previous 1.155
- Patch #440920 by brianV: whitespace and coding style clean-up.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 22:19:45 2009 UTC (7 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.154: +3 -1 lines
Diff to previous 1.154
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 05:30:39 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.153: +2 -1 lines
Diff to previous 1.153
#367356 by ultimateboy: Add label above path form for consistency.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 8 04:25:05 2009 UTC (8 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.152: +11 -11 lines
Diff to previous 1.152
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.

Revision 1.105.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 05:59:09 2009 UTC (10 months, 1 week ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.105.2.2: +4 -4 lines
Diff to previous 1.105.2.2 , to branch point 1.105 , to next main 1.175
- Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 11:30:24 2008 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4, DRUPAL-7-0-UNSTABLE-5
Changes since 1.151: +5 -5 lines
Diff to previous 1.151
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 22:18:45 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.150: +9 -7 lines
Diff to previous 1.150
- Patch #324313 by catch et al: load multiple nodes and terms at once.

Revision 1.138.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 10:49:15 2008 UTC (12 months ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.138.2.2: +2 -2 lines
Diff to previous 1.138.2.2 , to branch point 1.138 , to next main 1.175
- Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 10:49:01 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.149: +2 -2 lines
Diff to previous 1.149
- Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be consistent with the database.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:06 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3
Changes since 1.148: +2 -2 lines
Diff to previous 1.148
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 15:15:52 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.147: +9 -3 lines
Diff to previous 1.147
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 12:55:54 2008 UTC (13 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.146: +58 -45 lines
Diff to previous 1.146
- Patch #310212 by justinrandell: killed  in _node hook, as well as twelve sable tooth tigers.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 20:37:00 2008 UTC (14 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.145: +2 -2 lines
Diff to previous 1.145
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 20:37:32 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.

Revision 1.138.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 18:22:53 2008 UTC (17 months, 1 week ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6
Changes since 1.138.2.1: +6 -4 lines
Diff to previous 1.138.2.1 , to branch point 1.138
- Patch #254553 by aclight: fixed E_NOTICE.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 21 18:22:38 2008 UTC (17 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.143: +6 -4 lines
Diff to previous 1.143
- Patch #254553 by aclight: fixed E_NOTICE.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:48 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.142: +1 -5 lines
Diff to previous 1.142
- 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.142 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 23 20:01:53 2008 UTC (19 months ago) by dries
Branch: MAIN
Changes since 1.141: +3 -1 lines
Diff to previous 1.141
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:38 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.140: +17 -17 lines
Diff to previous 1.140
- 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.138.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 9 21:11:48 2008 UTC (19 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-2
Changes since 1.138: +3 -1 lines
Diff to previous 1.138
Drupal 6.2

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 21:26:09 2008 UTC (20 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.139: +6 -9 lines
Diff to previous 1.139
- Patch #229517 by keith.smith and flobruit: de-html selected interface strings.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 13:46:40 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.138: +5 -2 lines
Diff to previous 1.138
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.

Revision 1.105.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 05:11:58 2008 UTC (21 months, 2 weeks 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-8, DRUPAL-5-9
Changes since 1.105.2.1: +2 -2 lines
Diff to previous 1.105.2.1 , to branch point 1.105
#216404 by Rob Loach: path_nodeapi() only worked for users with permissions, although node loading requires the path to be loaded.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:20:35 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1
Branch point for: DRUPAL-6
Changes since 1.137: +3 -2 lines
Diff to previous 1.137
#216404 by Rob Loach: path_nodeapi() only worked for users with permissions, although node loading requires the path to be loaded

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 23 15:32:36 2007 UTC (23 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Changes since 1.136: +2 -2 lines
Diff to previous 1.136
#154517 follow up by Desbeers: path_form_alter() was not path alias language aware

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 14 18:08:47 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.135: +2 -2 lines
Diff to previous 1.135
#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.135 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 09:34:38 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.134: +4 -4 lines
Diff to previous 1.134
#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.134 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:21 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.133: +2 -2 lines
Diff to previous 1.133
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 16:04:05 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.132: +32 -40 lines
Diff to previous 1.132
#154517 follow up by Desbeers: fix saving and updating language aware path aliases

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 12:08:22 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.131: +6 -7 lines
Diff to previous 1.131
#154517 by chx and Desbeers: usability fixes for path module (required fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 16:34:56 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.130: +3 -5 lines
Diff to previous 1.130
#166644 by pwolanin: path module was incorrectly using drupal_get_form

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 28 07:16:44 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.129: +2 -2 lines
Diff to previous 1.129
- Patch #162463 by kbahey: fixed notice.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 22 20:21:02 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.128: +5 -204 lines
Diff to previous 1.128
- Patch #161178 by Crell: split up path module.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 08:48:58 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.127: +3 -3 lines
Diff to previous 1.127
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 17:41:15 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.126: +5 -6 lines
Diff to previous 1.126
- 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.126 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 30 19:46:57 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.125: +3 -4 lines
Diff to previous 1.125
#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.125 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 10:09:52 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.124: +4 -3 lines
Diff to previous 1.124
#154046: Optimize confirm_form syntax for common usage (and fix some $form_state bugs).

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 08:32:27 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.123: +2 -3 lines
Diff to previous 1.123
#153781: Convert all remaining confirm_forms() to deletion api.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 05:44:21 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.122: +3 -3 lines
Diff to previous 1.122
#147723: Deletion API (by hunmonk). Woop woop.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 06:59:11 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.121: +5 -6 lines
Diff to previous 1.121
#150049 by Moshe Weitzman: empower custom url rewriting with url() options

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 07:22:20 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.120: +15 -16 lines
Diff to previous 1.120
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 06:08:43 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.119: +5 -5 lines
Diff to previous 1.119
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.

Revision 1.105.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 00:52:28 2007 UTC (2 years, 6 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
 - Patch #142619 by erdemkose: fixed E_ALL warnings.
Partial backport from HEAD

Revision 1.119 - (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.118: +1 -4 lines
Diff to previous 1.118
- Patch #137767 by chx and pwolanin: multiple menu support.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 13:43:36 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.117: +10 -8 lines
Diff to previous 1.117
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 10:00:50 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116
- Patch #142619 by erdemkose: fixed E_ALL warnings.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 12:29:20 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.115: +58 -15 lines
Diff to previous 1.115
- Modified patch #141526 by Gurpartap Singh: added a filter form on the path alias table.

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

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 21:28:00 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.113: +7 -2 lines
Diff to previous 1.113
- Patch #137376 by Gabor: add language support to nodes.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:54 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.112: +5 -5 lines
Diff to previous 1.112
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 01:32:22 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.111: +43 -22 lines
Diff to previous 1.111
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 00:35:59 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110
- Patch #110888 by Eaton: unify hook _alter()

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 17 18:30:14 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.109: +4 -2 lines
Diff to previous 1.109
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 13:01:10 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.108: +21 -16 lines
Diff to previous 1.108
- Patch #126128 by chx and Steven: menu fixes and enhancements.  Yay.

Revision 1.108 - (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.107: +4 -4 lines
Diff to previous 1.107
- Patch #111347 by Steven: refactor url() and l().

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 15:49:25 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.106: +5 -4 lines
Diff to previous 1.106
- Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices.  Thanks.

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

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 9 08:34:03 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.104: +3 -3 lines
Diff to previous 1.104
- Missing clean up URLs on path alias overview page.

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 11:16:51 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103
- Patch #103969 by Gabor: documentation corrections.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 26 02:20:01 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2, DRUPAL-5-0-RC-1
Changes since 1.102: +3 -3 lines
Diff to previous 1.102
#97824 by Gurpartap. Move enclosing elements outside of their t().

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 19:46:24 2006 UTC (3 years ago) by unconed
Branch: MAIN
Changes since 1.101: +349 -0 lines
Diff to previous 1.101
Restoring path.module

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 23 11:05:46 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.100: +0 -349 lines
Diff to previous 1.100
- Patch #99245 by m3avrck: make consistent use of url() in CSS files.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 20:14:18 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.99: +1 -10 lines
Diff to previous 1.99
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 19:40:09 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.98: +2 -13 lines
Diff to previous 1.98
- Patch #98293 by Steven: remove restrictions on path aliases.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 17 06:57:59 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
- Patch #62035 by scroogie: removed redundant query.

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

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 8 16:33:02 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.95: +7 -7 lines
Diff to previous 1.95
- Patch #82465 by webchick: renamed variables in hooks for consistency.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 08:03:08 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.94: +18 -3 lines
Diff to previous 1.94
#80804 by stefan nagtegaal. Add units for paths.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 21:58:36 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.93: +28 -38 lines
Diff to previous 1.93
- Rollback of patch #68418: clean up node submit hooks.  Needs more thinkering.
  Restores the old node API.

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

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 29 18:43:25 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.91: +38 -28 lines
Diff to previous 1.91
- Patch #68418 by Moshe et al: clean up node submit hooks.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 22 11:13:04 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.90: +3 -2 lines
Diff to previous 1.90
- Patch #76444 by chx, moshe, eaton, angie et al: make it possible to control access to form elements.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 07:00:14 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.89: +12 -14 lines
Diff to previous 1.89
- Patch #79559 by asimmonds: move path_form to FormAPI validate/submit model.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 18:58:46 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.88: +9 -6 lines
Diff to previous 1.88
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.

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

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 15:04:15 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.86: +4 -4 lines
Diff to previous 1.86
- Patch #77422 by timcn: corrected various paths in the documentation.

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

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 19:27:52 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.84: +3 -3 lines
Diff to previous 1.84
- Patch #72284 by me:
   + reorganized ?q=admin/settings
   + deprecated the _settings hook

Revision 1.84 - (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.83: +8 -8 lines
Diff to previous 1.83
#61802 by Zen, Double spaced sentences clean up

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 08:25:27 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
#5371, drupal_get_destination, pager and tablesort array handling, patch by Steven

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 9 22:17:40 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.81: +6 -4 lines
Diff to previous 1.81
#56421: Make path.module node aliases work when using custom rewrite functions

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 15:43:36 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
- Patch #52157 by Zen: can't edit path aliases.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 08:46:09 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.79: +3 -1 lines
Diff to previous 1.79
- Patch #46746 by Matt: fixed inconsistent encoding of path aliases.  Fixes broken URLs on profile pages.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 27 19:27:20 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
#51602, Mis-typed user_access() in delete-confirm, patch by njivy

Revision 1.78 - (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.77: +2 -2 lines
Diff to previous 1.77
- Patch #49912: www.drupal.org -> drupal.org.  (Today's critical bugfix #5.)

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 05:25:57 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76
- Patch #48622 by adrian: remove drupal_goto from _submit functions.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 19 14:51:38 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.75: +31 -4 lines
Diff to previous 1.75
- Patch #41474 by spiderman: no confirmation when deleting a path alias.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 15 16:24:40 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.74: +3 -2 lines
Diff to previous 1.74
- Patch #34920 by Morbus/webchick/tangent: fixed order of form fields.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 12 14:25:45 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
- Patch #40393 by Richard: fixed permissions of URL settings on node submission page.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 09:11:33 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.72: +31 -9 lines
Diff to previous 1.72
- Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things.  Tested with help from webchick.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 2 15:21:01 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 11:26:16 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70
- Patch #35644 by webchick: forms API simplificiations.

Revision 1.70 - (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.69: +24 -30 lines
Diff to previous 1.69
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 1 10:11:36 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
- Patch #35621 by asimmonds: URL path settings on node/add/* did not work.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 14:04:20 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.67: +4 -3 lines
Diff to previous 1.67
- Patch #34920 by tangent: reorganized the node submission form a bit.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 19:44:35 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.66: +8 -8 lines
Diff to previous 1.66
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.

Revision 1.66 - (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.65: +14 -16 lines
Diff to previous 1.65
- 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.65 - (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.64: +4 -6 lines
Diff to previous 1.64
- Patch #28786 by Neil: move pagers out of table.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 23 21:21:03 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63
- Fixed documentation.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 23 13:11:57 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.62: +2 -15 lines
Diff to previous 1.62
- Patch #29030 by Goba: updated the path module's documentation.

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

Revision 1.56.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 17 20:03:29 2005 UTC (4 years, 3 months ago) by dries
Changes since 1.56.2.1: +1 -1 lines
Diff to previous 1.56.2.1 , to branch point 1.56 , to next main 1.175
- Patch #28482 by Uwe: add $ tags to all files.  Patch has some rejects.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 11 13:02:08 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
- Patch by Uwe: tidied up the CVS IDs.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 27 18:33:32 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
- Patch #25603 by Stefan: made the sizes of forms consistent.
  TODO: document the defaults in the PHPdoc comments.

Revision 1.56.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 19 19:28:08 2005 UTC (4 years, 5 months ago) by dries
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
- Patch #24397 by deekayen: replaced deprecated reference to conf.php.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 19 19:27:32 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
- Patch #24397 by deekayen: replaced deprecated reference to conf.php.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 14 09:23:47 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.57: +6 -6 lines
Diff to previous 1.57
- Patch #22035 by mathias/mikeryan: improved performance of path aliases.

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

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 1 15:55:00 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
- Patch #19451 by JonBob: improved consistency of module descriptions.  We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 31 09:25:33 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.54: +4 -4 lines
Diff to previous 1.54
- #18817: Clean up plain-text checking (see drupal-devel!)

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 10 19:30:08 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53
- Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature.  I've also added smart destination andling to the 'url alias delete' feature."

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 1 19:45:58 2005 UTC (4 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.52: +3 -2 lines
Diff to previous 1.52
- Patch #16246 by Moshe: added mechanism to direct the user back to the referring page after completing a form.
  (Moshe: the patch against node.module failed to apply.)

Revision 1.52 - (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.51: +3 -3 lines
Diff to previous 1.51
- 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.51 - (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.50: +3 -3 lines
Diff to previous 1.50
- Patch by Stefan: wrapped the help texts in <p></p> tags.  Helps improve consistency.

Revision 1.50 - (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.49: +3 -3 lines
Diff to previous 1.49
- Patch #12783 by Stefan: various small consistency/usability improvements.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 13:47:11 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
- Patch #11952 by Neil Drumm: the path module's help text contained information that was no longer up-to-date.

Revision 1.48.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 23 13:46:43 2004 UTC (5 years, 1 month ago) by dries
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 , to next main 1.175
- Patch #11952 by Neil Drumm: the path module's help text contained information that was no longer up-to-date.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 16 14:32:51 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.47: +15 -19 lines
Diff to previous 1.47
- Patch #10603 by TDobes: bugfix: URL aliases got lost when deleting revision.

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

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 06:42:36 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.45: +6 -1 lines
Diff to previous 1.45
- 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.45 - (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.44: +4 -4 lines
Diff to previous 1.44
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 18 19:57:27 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43
- Code improvements by Stefan: made all status messages consistent (and easier to translate).

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 16 18:02:48 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.42: +6 -6 lines
Diff to previous 1.42
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 7 19:45:54 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.41: +4 -4 lines
Diff to previous 1.41
- Patch #6760 by JonBob: refactored the taxonomy module URLs to be nicer, improved the code/Doxygen comments.

  As discussed before, the path "taxonomy/page/or/1,2" becomes "taxonomy/term/1+2" and the path "taxonomy/page/and/1,2" becomes "taxonomy/term/1,2". The most common case of listing nodes attached to a single term becomes simpler, since it doesn't require a meaningless "or" or "and". A depth of "0" is assumed, but a positive integer or "all" can be used. Feeds are available at "taxonomy/term/1+2/all/feed" and the like.

  This iteration of the patch also changes the structure of taxonomy_select_nodes(), since it was not following Drupal conventions. A handful of contrib modules call this function, and will need to be updated. Instead of passing in a $taxonomy object containing parameters for the function, the parameters are passed independently. This simplifies the code quite a bit. The queries were changed to only return node IDs for speed; all results from this function are passed through node_load() anyway, so the extra information returned was discarded. The AND query was also changed to avoid the strange trick and remove an extra query, at the expense of a table join per root term in the AND. This cleans up the code substantially while at the same time enabling the use of AND with a depth parameter.

  TODO: update contribution modules.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 13 07:10:56 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.40: +4 -18 lines
Diff to previous 1.40
- Small code simplifications.

- Small usability improvement thanks to using drupal_goto() after deleting an
  alias.

Revision 1.40 - (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.39: +38 -35 lines
Diff to previous 1.39
- Patch by Matt: made it possible to alias an URL multiple times.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 10 15:51:48 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.38: +4 -3 lines
Diff to previous 1.38
- More tab-improvements by JonBob: improved support for the default tabs!

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 8 15:12:23 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
- Simplified some of the help texts.

- Removed left-over instance of theme('error'): error handling is now done by
  the form code.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 4 16:50:02 2004 UTC (5 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.36: +5 -7 lines
Diff to previous 1.36
- Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly:

    * The _validate hook and the _nodeapi('validate') hook of the node API (1) no longer take an 'error' parameter and (2) should no longer return an error array. To set an error, call form_set_error().

    * The _form hook of the node module no longer takes a form hook and should not worry about displaying errors. Ditto for _nodeapi('form_post') and _nodeapi('form_pre').

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 22 18:26:24 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.35: +6 -6 lines
Diff to previous 1.35
- Patch #8500 by jseng (modified/simplified): improved usability of editing
  URL aliases.

Revision 1.35 - (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.34: +33 -22 lines
Diff to previous 1.34
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.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 1 21:58:46 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.33: +9 -4 lines
Diff to previous 1.33
- Patch #8105 by mathias: made the menu system aware of path aliases.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 31 19:14:43 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
- Patch #7350 by Mathias: return part a taxonomy tree to a user-defined
  depth/level.

- Updated CHANGELOG.txt.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 31 11:51:21 2004 UTC (5 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.31: +10 -10 lines
Diff to previous 1.31
- Updated the form handling to use form_set_error().  All core modules have
  been updated (almost none have error checking for forms) except the node
  forms ...

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 18 19:15:14 2004 UTC (5 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.30: +161 -138 lines
Diff to previous 1.30
- More code improvements by JonBob.  Thanks a bunch.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 21 13:56:37 2004 UTC (5 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.29: +8 -5 lines
Diff to previous 1.29
- 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.28.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 20 13:47:14 2004 UTC (5 years, 8 months ago) by dries
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 , to next main 1.175
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.

Revision 1.29 - (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.28: +3 -3 lines
Diff to previous 1.28
Patch #5588 by bylund: XHTML improvements: <i> -> <em> and <b> -> <strong>.

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

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 14 10:19:45 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.26: +11 -15 lines
Diff to previous 1.26
- Code improvements by Mathias: made the path module use drupal_set_message().

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 10:52:25 2004 UTC (5 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.25: +5 -4 lines
Diff to previous 1.25
- Fixes by Goba: updated help text of mass URL aliasing and fixed escaping problem.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 18:42:43 2004 UTC (5 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24
Patch 5287 by Stefan: multiline help texts should become inside a single $output.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 19:52:10 2004 UTC (5 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.23: +33 -6 lines
Diff to previous 1.23
- Many excellent news aggregator improvements by Kjartan:
    + Added drupal_http_request().
    + Replaced rssfeeds with OPML feed subscription list.
    + Added support for pubDate.
    + Added support for conditional gets using ETag and Last-Modified.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 17:14:26 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
- XHTML improvements: <b> -> <strong>.  Patch by Stefan.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 10:47:33 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
- Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 20:13:48 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.20: +4 -7 lines
Diff to previous 1.20
- Path module documentation updates.

Revision 1.20 - (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.19: +2 -2 lines
Diff to previous 1.19
- 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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 13:45:32 2003 UTC (5 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
- Introduced a drupal_set_message() and drupal_get_message() function.

  Contributed themes and modules need to be updated:
   - modules: status() is no more; use drupal_set_message() instead.
   - themes: use drupal_get_message() to check for status messages and
     visualize them.

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 13:33:45 2003 UTC (6 years ago) by dries
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 , to next main 1.175
- Fixed non-ANSI SQL query in path module

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 27 13:24:58 2003 UTC (6 years ago) by dries
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
- Fixed non-ANSI SQL query in path module

Revision 1.17 - (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.16: +3 -7 lines
Diff to previous 1.16
- Committed phase 4 of JonBob's menu system changes.

Revision 1.16 - (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.15: +7 -3 lines
Diff to previous 1.15
- 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.15 - (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.14: +2 -2 lines
Diff to previous 1.14
- table(...) -> theme("table", ...)

Revision 1.14 - (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.13: +2 -2 lines
Diff to previous 1.13
- Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 20:54:08 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- Bugfix: 'path' -> {url_alias}.  Patch by Mark Coady.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 23 16:41:07 2003 UTC (6 years, 1 month ago) by unconed
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Typoes.

Revision 1.11 - (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.10: +14 -14 lines
Diff to previous 1.10
- 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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 16:00:44 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.9: +10 -2 lines
Diff to previous 1.9
- Bugfix: pass the node by reference in path_nodeapi so that $node->path is set
  for the node.  Fixes bug #3680.  Patch by Matt.

- Bugfix: when creating a new node, don't try to insert a path if it wasn't set
  in the node form.  This destroys any paths which the user may have created
  ahead of time for that node.  Patch by Matt.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 18:53:21 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
- Committed part 3 of Michael's help system improvements: removed the $help
  parameter from the menu() function.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 17:20:18 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.7: +2 -3 lines
Diff to previous 1.7
- Bugfix: inserting and updating paths was not working.  Patch by Matt.

- Bugfix: updated the queue module menu so the "view submission" link appears
  in the navigation when enabled.  Patch by Matt.

Revision 1.7 - (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.6: +13 -17 lines
Diff to previous 1.6
- Help system improvements: eliminated the _system hook.  Patch by Michael.

- Bloggerapi module fixes.  Patch by Kjartan.

- Coding style fixes.  Patch by Michael.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 12:17:43 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.5: +10 -15 lines
Diff to previous 1.5
- Node API code clean-up.  Patch by Kjartan.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 5 17:36:23 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4
- Various path module fixes by Gabor.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 4 09:43:28 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
- Fix visual bug: incorrect colspan for table.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 3 14:10:05 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.2: +172 -127 lines
Diff to previous 1.2
- Path modoule improvements.  Modified path by Matt.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 05:18:03 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.1: +29 -29 lines
Diff to previous 1.1
- Modifies path.module to get rid of pgsql reserved word.  Patch by Adrian.

- Updates database.pgsql and database.mysql to work with current cvs. Patch
  by Adrian.

- Updates update.php to be able to update postgres from 4.2 to current.
  Patch by Adrian.

- Small fixes by me.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 17:03:29 2003 UTC (6 years, 1 month ago) by dries
Branch: MAIN
- The path module itself

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