/[drupal]/contributions/modules/project/project.module
ViewVC logotype

Log of /contributions/modules/project/project.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.355 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 00:50:35 2009 UTC (3 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, HEAD
Changes since 1.354: +2 -2 lines
Diff to previous 1.354
#98278 by dww: Follow-up fix in project_project_access() when checking
view access on a project_release node -- we need to inspect
$node->project_release['pid'] not $node->project['pid'].

Revision 1.354 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 22:50:39 2009 UTC (3 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.353: +29 -2 lines
Diff to previous 1.353
#129664 by nezroy, agentrickard, aclight, dww: Added a setting to disable
automatic URL aliases for project nodes (e.g. to use pathauto instead).

Revision 1.353 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 23:35:29 2009 UTC (3 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.352: +49 -1 lines
Diff to previous 1.352
#229063 by dww, mikehostetler, jeffschuler, greggles: Added token support.

Revision 1.352 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 03:51:01 2009 UTC (5 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.351: +54 -1 lines
Diff to previous 1.351
#376377 by dww: Fixed some critical bugs when enabling OG and project*
due to the brain-dead code split in project* (#390856) by moving
hook_access() and hook_load() implementations into project.module.

Revision 1.351 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 17:15:44 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.350: +1 -9 lines
Diff to previous 1.350
#371969 by dww: Moved developer info into a block provided by cvs.module.

Revision 1.350 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 22:17:44 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.349: +16 -2 lines
Diff to previous 1.349
#431726 by dww: Added a helper function to call menu_get_object() for
project nodes (which are sometimes %node and sometimes %project_node).

Revision 1.349 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 02:21:12 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.348: +22 -0 lines
Diff to previous 1.348
#372580 by mfb, dww: Changed the hook_project_page_link_alter() API so
that modules can set a 'type' attribute in each link section to be
either 'inline' or 'block'.  Inline sections are displayed inline in
the project node (like now) and blocks are exposed to the Drupal block
system via hook_block() to be placed anywhere else.

Revision 1.348 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 23:36:31 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.347: +17 -15 lines
Diff to previous 1.347
#430452 by dww: Fixed bugs with the project blocks due to still using
integer block deltas instead of strings.

Revision 1.347 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 3 22:05:28 2009 UTC (7 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.346: +2 -1 lines
Diff to previous 1.346
#376377, #408102 by dww: Fixed bug where project_project_nodeapi() was
undefined when other modules call node operations inside hook_init()
before project_init() has a chance to load project.inc.  All of this
should be cleaned up for real via #390856, but this stops the bleeding.

Revision 1.346 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 22 08:50:55 2009 UTC (8 months ago) by dww
Branch: MAIN
Changes since 1.345: +2 -2 lines
Diff to previous 1.345
#51432 by marcp: Fixed bug in the Project navigation block (with the
drop-down select element) where the user would be redirected to the
wrong node due to array_merge() on project_projects_select_options()
overwriting the array keys in project_quick_navigate_form().

Revision 1.345 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 20 08:10:31 2009 UTC (8 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.344: +1 -4 lines
Diff to previous 1.344
#408084 by dww: Removed unnecessary menu_rebuild() from hook_taxonomy().

Revision 1.344 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 22:24:07 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.343: +3 -1 lines
Diff to previous 1.343
#232893 by dww: Added more fine grained 'delete any projects' and
'delete own projects' permissions.

Revision 1.343 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 19:00:13 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.342: +1 -10 lines
Diff to previous 1.342
#254574 by dww: Moved logic to display cvs commit messages on user
profile pages from project.module into cvs.module.

Revision 1.342 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 19:40:25 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.341: +2 -1 lines
Diff to previous 1.341
#375349 by dww: Changed the links at /project to use + instead of a
urlencoded space (%20) for project types with spaces in them.

Revision 1.341 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 07:28:40 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.340: +14 -4 lines
Diff to previous 1.340
#371535 by drumm, dww: Modified project_node_load() to also accept
string project short names, not just numeric node IDs.

Revision 1.340 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 06:05:54 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.339: +8 -2 lines
Diff to previous 1.339
#367068 by dww: Due to limitations in core's API, it doesn't seem
possible to return links like "project/modules?filter=tid:123" from
hook_term_path().  So, for now, the project type subterms just link
back to taxonomy/term/tid as a temporary measure.

Revision 1.339 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 04:42:35 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.338: +57 -4 lines
Diff to previous 1.338
#368371 by dww: Fixed the project autocomplete callback to handle
comma-separated input, and added one for projects owned by a given uid.

Revision 1.338 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 4 01:36:52 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.337: +6 -6 lines
Diff to previous 1.337
#368371 by dww: To prepare for needing different project-related
autocomplete callbacks, moved project/autocomplete down a level in the
tree to project/autocomplete/project so we can add others when we want.

Revision 1.337 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 18:14:11 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.336: +36 -1 lines
Diff to previous 1.336
#367577 by dww: Added consolidated helper functions to map project nid <=> uri.

Revision 1.336 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 07:33:13 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.335: +21 -3 lines
Diff to previous 1.335
#366738 by dww: Fixed some themeability bugs in the solr search results.

Revision 1.335 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 15:08:38 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.334: +18 -1 lines
Diff to previous 1.334
#366738 by dww: Initial skeleton of a project_solr module.

Revision 1.334 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 16:23:53 2009 UTC (9 months, 4 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.333: +2 -2 lines
Diff to previous 1.333
#365328 by netaustin: Fixed a PHP notice in project_check_admin_access().

Revision 1.333 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 15:20:39 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.332: +57 -8 lines
Diff to previous 1.332
#364396 by dww: Added an autocomplete textfield version of the
"Project navigate" block.

Revision 1.332 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 26 15:20:07 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.331: +9 -30 lines
Diff to previous 1.331
#364395 by dww: Fixed project/autocomplete in D6.

Revision 1.331 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 16:19:25 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.330: +2 -2 lines
Diff to previous 1.330
#290150 by hass and dww: Follow up fix for '- Select a project -'.

Revision 1.309.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 06:46:27 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.13: +3 -3 lines
Diff to previous 1.309.2.13 , to branch point 1.309 , to next main 1.355
#290150 by hass and dww: Fixed many translatable strings.

Revision 1.330 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 06:46:23 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.329: +2 -2 lines
Diff to previous 1.329
#290150 by hass and dww: Fixed many translatable strings.

Revision 1.329 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 00:29:29 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.328: +3 -4 lines
Diff to previous 1.328
#98278 by dww, aclight, drewish, pwolanin, coltrane, agentrickard,
scor, and criznach (wow): Fixed $node namespace bugs in project*!
The code now uses per-module sub-arrays (e.g. $node->project['uri'])
instead of dumping everything directly into $node itself.

Revision 1.328 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 23:40:52 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.327: +15 -7 lines
Diff to previous 1.327
#157694 by dww: Cleanup of aclight's code: Simplified the code for the
menu item auto-loader callbacks.  %project_release_project wasn't
specific to project_release at all, it was just testing if the arg was
the nid of a project node.  Now %project_node is provided by
project.module (since project_issue will want it, too).  The bulk of
the code for %project_edit_project was the same, so now that just
calls project_node_load() to share the logic instead of duplicating it.

Revision 1.327 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 23:19:44 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.326: +1 -7 lines
Diff to previous 1.326
#157694 by dww: Removed some comments I added while resolving
conflicts in the project search block from aclight's SVN repo.  The
more simple code he had seems to work fine -- I'm not sure why the
more complicated code was added in the DRUPAL-5 branch at all.

Revision 1.326 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 20:34:06 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.325: +18 -1 lines
Diff to previous 1.325
#76726 by aclight, gabor and dww: Initial port of project to Views2.
Initially from aclight's SVN repo, reorgnized by Gabor in #157694-48,
file layout redone and theme template files fixed by dww.

Revision 1.325 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 20:07:19 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.324: +271 -606 lines
Diff to previous 1.324
#157694 by aclight and dww: Initial (incomplete) port of project and
parts of project_usage and project_release to D6.  This is basically
the code from aclight's SVN repo with conflicts against current HEAD
in CVS resolved by dww.  Views2 code is coming via #76726. YAY: death
to project_page_overview() and project_project_sort_methods()!

Revision 1.309.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 15:15:15 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.12: +11 -1 lines
Diff to previous 1.309.2.12 , to branch point 1.309
#94138 by pwolanin and dww: Added per-project RSS feeds for release nodes.

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 15:15:09 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.323: +10 -1 lines
Diff to previous 1.323
#94138 by pwolanin and dww: Added per-project RSS feeds for release nodes.

Revision 1.309.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 17:54:18 2008 UTC (10 months, 4 weeks ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.309.2.11: +10 -5 lines
Diff to previous 1.309.2.11 , to branch point 1.309
#293148 by dww and wsherliker: Fixed some minor accessibility problems
with the project quick navigation block (added title attribute to the
drop-down and added better validation to give a meaningful error).

Revision 1.323 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 29 17:54:15 2008 UTC (10 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.322: +10 -5 lines
Diff to previous 1.322
#293148 by dww and wsherliker: Fixed some minor accessibility problems
with the project quick navigation block (added title attribute to the
drop-down and added better validation to give a meaningful error).

Revision 1.322 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 23:24:00 2008 UTC (11 months ago) by dww
Branch: MAIN
Changes since 1.321: +1 -5 lines
Diff to previous 1.321
Removed an unintentional implementation of hook_project_issue_assignees()
I committed to HEAD in revision 1.321 when removing $Name tags.

Revision 1.309.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:19:51 2008 UTC (12 months, 4 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.10: +1 -2 lines
Diff to previous 1.309.2.10 , to branch point 1.309
Removed CVS Name tags from project* since they seem to cause more
hassle than they're worth. ;)  We're still keeping Id, of course.

Revision 1.321 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:19:39 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.320: +6 -2 lines
Diff to previous 1.320
Removed CVS Name tags from project* since they seem to cause more
hassle than they're worth. ;)  We're still keeping Id, of course.

Revision 1.309.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 02:41:25 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.9: +14 -8 lines
Diff to previous 1.309.2.9 , to branch point 1.309
#239240 by aclight and hunmonk: Fixed bug where browse by date only
worked with project_release and taxonomy modules (for no good reason).

Revision 1.320 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 02:41:24 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.319: +13 -7 lines
Diff to previous 1.319
#239240 by aclight and hunmonk: Fixed bug where browse by date only
worked with project_release and taxonomy modules (for no good reason).

Revision 1.319 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 20:29:38 2008 UTC (13 months ago) by aclight
Branch: MAIN
Changes since 1.318: +17 -5 lines
Diff to previous 1.318
#231614 by aclight and hunmonk: Prevent database errors in project_release when API compatability terms are not defined.

Revision 1.309.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 20:27:33 2008 UTC (13 months ago) by aclight
Branch: DRUPAL-5
Changes since 1.309.2.8: +17 -5 lines
Diff to previous 1.309.2.8 , to branch point 1.309
#231614 by aclight and hunmonk: Prevent database errors in project_release when API compatability terms are not defined.

Revision 1.309.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:56:10 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.7: +23 -2 lines
Diff to previous 1.309.2.7 , to branch point 1.309
#165380 by drewish (mostly), with dww, hunmonk, pwolanin, and aclight:
Added /project/usage to make usage statistics visible.

Revision 1.318 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 02:56:05 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.317: +22 -1 lines
Diff to previous 1.317
#165380 by drewish (mostly), with dww, hunmonk, pwolanin, and aclight:
Added /project/usage to make usage statistics visible.

Revision 1.309.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 22:36:54 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.6: +20 -2 lines
Diff to previous 1.309.2.6 , to branch point 1.309
#168819 by dww: Added a block setting for help text in the block.

Revision 1.317 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 22:36:51 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.316: +20 -2 lines
Diff to previous 1.316
#168819 by dww: Added a block setting for help text in the block.

Revision 1.309.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 19:25:20 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.5: +3 -3 lines
Diff to previous 1.309.2.5 , to branch point 1.309
#168819 by dww: Fixed syntax error from last commit. ;)

Revision 1.316 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 19:25:17 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.315: +2 -2 lines
Diff to previous 1.315
#168819 by dww: Fixed syntax error from last commit. ;)

Revision 1.309.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 19:21:47 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.4: +34 -3 lines
Diff to previous 1.309.2.4 , to branch point 1.309
#168819 by Crell, aclight, and dww: Added a block that provides a
search box restricted to project nodes if search.module exists.

Revision 1.315 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 19:18:46 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.314: +4 -2 lines
Diff to previous 1.314
#168819 by dww: Only declare this block as an option if search.module exists.

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 18:59:08 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.313: +32 -3 lines
Diff to previous 1.313
#168819 by Crell and aclight: Added a block that provides a search box
restricted to project nodes.

Revision 1.309.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 18:19:54 2008 UTC (17 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.3: +5 -3 lines
Diff to previous 1.309.2.3 , to branch point 1.309
#235037 by aclight and dww: Fixed critical bugs in project_page_overview()
query and logic.  It wasn't using the {project_release_supported_versions}
table, so download links were sometimes pointing to the wrong releases.

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 18:19:41 2008 UTC (17 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.312: +4 -2 lines
Diff to previous 1.312
#235037 by aclight and dww: Fixed critical bugs in project_page_overview()
query and logic.  It wasn't using the {project_release_supported_versions}
table, so download links were sometimes pointing to the wrong releases.

Revision 1.309.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 04:44:06 2008 UTC (17 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.2: +4 -4 lines
Diff to previous 1.309.2.2 , to branch point 1.309
#256975 by aclight: Fixed PHP notice in project_taxonomy().  In 5.x,
hook_taxonomy() takes an array, not an object, as the 3rd parameter.

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 04:44:02 2008 UTC (17 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.311: +4 -4 lines
Diff to previous 1.311
#256975 by aclight: Fixed PHP notice in project_taxonomy().  In 5.x,
hook_taxonomy() takes an array, not an object, as the 3rd parameter.

Revision 1.309.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 02:22:24 2008 UTC (17 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309.2.1: +2 -2 lines
Diff to previous 1.309.2.1 , to branch point 1.309
#253914 by scor and aclight: Fixed typo in taxonomy help page.

Revision 1.311 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 02:22:21 2008 UTC (17 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.310: +2 -2 lines
Diff to previous 1.310
#253914 by scor and aclight: Fixed typo in taxonomy help page.

Revision 1.309.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 06:03:35 2008 UTC (19 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.309: +3 -3 lines
Diff to previous 1.309
#211188 by aclight: Fixed bug where project node teasers were
different when filtering by a version which was caused by the node
type not being included in the query for the project browsing pages.

Revision 1.310 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 06:03:32 2008 UTC (19 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.309: +3 -3 lines
Diff to previous 1.309
#211188 by aclight: Fixed bug where project node teasers were
different when filtering by a version which was caused by the node
type not being included in the query for the project browsing pages.

Revision 1.309 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 06:41:43 2008 UTC (20 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.308: +2 -4 lines
Diff to previous 1.308
#176776 by dww (based on work started by cwgordon07): Finally fixed
the project release download table to respect the settings added in
#203313 to select multiple supported branches and control specific
branches where the -dev snapshot should be visible.  This makes the UI
a little bit more like the Update status UI.  Also fixed the bug where
the cached download table might include edit links for users who can't
use them, and are missing for users who should have them (#203438).

Revision 1.308 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 9 00:26:36 2008 UTC (21 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.307: +2 -1 lines
Diff to previous 1.307
#218571 by aclight, hunmonk: add hook_project_page_link_alter(), implement to add security link to all project pages.

Revision 1.307 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 07:10:58 2008 UTC (22 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.306: +2 -2 lines
Diff to previous 1.306
#203313 by dww, dmitrig01, starbow (.js): New project maintainer UI
(on the 'releases' subtab) to select multiple supported branches and a
single recommended branch for each API compatibility term. This is the
server side support for the upcoming 5.x-2.1 update_status (6.0-rc2
update.module in core). Also fixes bugs and edge cases from #126554.
More project download table changes will be coming next from #176776.

Revision 1.239.2.13.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 21:31:57 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-4
Changes since 1.239.2.13.2.56: +4 -4 lines
Diff to previous 1.239.2.13.2.56 , to branch point 1.239.2.13 , to next main 1.239.2.35
#196247 by hunmonk: Project registers the same menu path multiple times. also fixes bug where incorrect values were getting saved for the sort options, and a bug where the default sorting tabs wouldn't appear until the project settings page was saved.

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 21:05:26 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--1-1
Changes since 1.305: +3 -3 lines
Diff to previous 1.305
#196247 by hunmonk: Project registers the same menu path multiple times. also fixes bug where incorrect values were getting saved for the sort options, and a bug where the default sorting tabs wouldn't appear until the project settings page was saved.

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 20:22:19 2008 UTC (22 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.304: +1 -11 lines
Diff to previous 1.304
#207001 by hunmonk: rip out useless submit handler for project_settings_form().

Revision 1.239.2.13.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:49:43 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.55: +2 -2 lines
Diff to previous 1.239.2.13.2.55 , to branch point 1.239.2.13
#75745 by dww: Whoops, module_exists() snuck into the 4.7.x versions. ;)

Revision 1.239.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:49:20 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-4
Changes since 1.239.2.34: +2 -2 lines
Diff to previous 1.239.2.34 , to branch point 1.239 , to next main 1.355
#75745 by dww: Whoops, module_exists() snuck into the 4.7.x versions. ;)

Revision 1.304 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:42:32 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.303: +4 -4 lines
Diff to previous 1.303
Removing whitespace.

Revision 1.239.2.13.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:07:46 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.54: +7 -4 lines
Diff to previous 1.239.2.13.2.54 , to branch point 1.239.2.13
clean up and comment confusing menu item.

Revision 1.239.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:06:55 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.239.2.33: +7 -4 lines
Diff to previous 1.239.2.33 , to branch point 1.239
clean up and comment confusing menu item.

Revision 1.303 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:05:39 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.302: +6 -3 lines
Diff to previous 1.302
clean up and comment confusing menu item.

Revision 1.302 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 17:12:21 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.301: +2 -2 lines
Diff to previous 1.301
#75745 by dww and hunmonk: Fixed bug in the query that generates the
project overview pages when using the project taxonomy.  We need to
restrict to top-level terms so that if any 2nd-level terms happen to
have the same name, there's no collision and non-deterministic behavior.

Revision 1.239.2.13.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 17:12:11 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.53: +2 -2 lines
Diff to previous 1.239.2.13.2.53 , to branch point 1.239.2.13
#75745 by dww and hunmonk: Fixed bug in the query that generates the
project overview pages when using the project taxonomy.  We need to
restrict to top-level terms so that if any 2nd-level terms happen to
have the same name, there's no collision and non-deterministic behavior.

Revision 1.239.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 17:12:07 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.32: +2 -2 lines
Diff to previous 1.239.2.32 , to branch point 1.239
#75745 by dww and hunmonk: Fixed bug in the query that generates the
project overview pages when using the project taxonomy.  We need to
restrict to top-level terms so that if any 2nd-level terms happen to
have the same name, there's no collision and non-deterministic behavior.

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 23:27:28 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.300: +21 -11 lines
Diff to previous 1.300
#170135 by dww and hunmonk: Fixed a bug in project_db_rewrite_sql()
that caused it to restrict access to nodes it should have allowed.

Revision 1.239.2.13.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 23:27:22 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.52: +21 -11 lines
Diff to previous 1.239.2.13.2.52 , to branch point 1.239.2.13
#170135 by dww and hunmonk: Fixed a bug in project_db_rewrite_sql()
that caused it to restrict access to nodes it should have allowed.

Revision 1.239.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 23:27:06 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.31: +22 -12 lines
Diff to previous 1.239.2.31 , to branch point 1.239
#170135 by dww and hunmonk: Fixed a bug in project_db_rewrite_sql()
that caused it to restrict access to nodes it should have allowed.

Revision 1.300 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 14:59:57 2007 UTC (2 years, 1 month ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.299: +10 -7 lines
Diff to previous 1.299
#103791 by plumbley, drewish: E_ALL Compliance: Fix PHP Notices in project.module.

Revision 1.299 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 02:17:09 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.298: +2 -2 lines
Diff to previous 1.298
#168520 by aclight: Set title attribute on Category links on browse by
category overview page with term descriptions.

Revision 1.239.2.13.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 02:16:55 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.51: +2 -2 lines
Diff to previous 1.239.2.13.2.51 , to branch point 1.239.2.13
#168520 by aclight: Set title attribute on Category links on browse by
category overview page with term descriptions.

Revision 1.239.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 02:16:51 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.30: +2 -2 lines
Diff to previous 1.239.2.30 , to branch point 1.239
#168520 by aclight: Set title attribute on Category links on browse by
category overview page with term descriptions.

Revision 1.298 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 14 17:46:00 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.297: +1 -29 lines
Diff to previous 1.297
#170587: Rolled back the GROUP BY patch (see comment 7).

Revision 1.239.2.13.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 14 17:45:55 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.50: +2 -30 lines
Diff to previous 1.239.2.13.2.50 , to branch point 1.239.2.13
#170587: Rolled back the GROUP BY patch (see comment 7).

Revision 1.297 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 16:06:47 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.296: +8 -2 lines
Diff to previous 1.296
#170587 by dww: Clarified the phpdoc comment for project_build_group_bys().

Revision 1.239.2.13.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 16:06:42 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.49: +9 -3 lines
Diff to previous 1.239.2.13.2.49 , to branch point 1.239.2.13
#170587 by dww: Clarified the phpdoc comment for project_build_group_bys().

Revision 1.239.2.13.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 14:05:17 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.48: +24 -2 lines
Diff to previous 1.239.2.13.2.48 , to branch point 1.239.2.13
#170587 by hunmonk: make project_build_query() postgres compliant. added function project_build_group_bys().

Revision 1.296 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 14:03:07 2007 UTC (2 years, 2 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.295: +23 -1 lines
Diff to previous 1.295
#170587 by hunmonk: make project_build_query() postgres compliant. added function project_build_group_bys().

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 12 23:13:34 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.294: +80 -56 lines
Diff to previous 1.294
#171253 by drewish: Made it easier to re-use project_build_query().

Revision 1.239.2.13.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 03:30:10 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.47: +2 -2 lines
Diff to previous 1.239.2.13.2.47 , to branch point 1.239.2.13
#162456 by hunmonk: Browse by category should set page title properly. variable that held the name was getting overwritten, so renamed it.

Revision 1.239.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 03:25:57 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.239.2.29: +23 -2 lines
Diff to previous 1.239.2.29 , to branch point 1.239
#170350 by hunmonk: drupal_not_found() for bogus project aliases.

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 03:23:16 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.293: +2 -2 lines
Diff to previous 1.293
#162456 by hunmonk: Browse by category should set page title properly. variable that held teh name was getting overwritten, so renamed it.

Revision 1.239.2.13.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 21:01:17 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.46: +24 -3 lines
Diff to previous 1.239.2.13.2.46 , to branch point 1.239.2.13
#170350 by hunmonk: drupal_not_found() for bogus project aliases.

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 20:53:08 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.292: +24 -3 lines
Diff to previous 1.292
#170350 by hunmonk: drupal_not_found() for bogus project aliases. this fixes the problem in the issue, but long term this function really needs to be refactored -- it's a mess to maintain.

Revision 1.239.2.13.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 04:35:22 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.45: +2 -1 lines
Diff to previous 1.239.2.13.2.45 , to branch point 1.239.2.13
#170000 by hunmonk: make project overview query postgres compliant.

Revision 1.239.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 04:33:58 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.239.2.28: +3 -2 lines
Diff to previous 1.239.2.28 , to branch point 1.239
#170000 by hunmonk: make project overview query postgres compliant.

Revision 1.292 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 04:31:30 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.291: +2 -1 lines
Diff to previous 1.291
#170000 by hunmonk: make project overview query postgres compliant.

Revision 1.239.2.13.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 16:39:54 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.44: +5 -5 lines
Diff to previous 1.239.2.13.2.44 , to branch point 1.239.2.13
by hunmonk. whitespace removal.

Revision 1.291 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:37 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.290: +126 -6 lines
Diff to previous 1.290
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.239.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:18 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-3
Changes since 1.239.2.27: +124 -4 lines
Diff to previous 1.239.2.27 , to branch point 1.239
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.239.2.13.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 23:23:07 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-3
Changes since 1.239.2.13.2.43: +124 -4 lines
Diff to previous 1.239.2.13.2.43 , to branch point 1.239.2.13
#114281 and #168760 (SA-2007-020) by dww: Fixed numerous access bugs.

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 01:38:29 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.289: +1 -11 lines
Diff to previous 1.289
#165410 by killes: Removed some dead code in project_page_overview()
(added via #99759 in revision 1.259 during the 5.x port, only in HEAD).

Revision 1.239.2.13.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 19:14:34 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.42: +2 -3 lines
Diff to previous 1.239.2.13.2.42 , to branch point 1.239.2.13
#163586 by dww: Fixed bug in the SQL queries that generate the project
browsing pages were releases without a file were needlessly filtered out.

Revision 1.289 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 19:14:31 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.288: +2 -3 lines
Diff to previous 1.288
#163586 by dww: Fixed bug in the SQL queries that generate the project
browsing pages were releases without a file were needlessly filtered out.

Revision 1.239.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 6 04:50:41 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.26: +1 -13 lines
Diff to previous 1.239.2.26 , to branch point 1.239
#162531 by dww: Removed inappropriate implementation of hook_link().
It was buggy, too (there was no link) so there's no visible change.

Revision 1.239.2.13.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 23:11:22 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.41: +1 -13 lines
Diff to previous 1.239.2.13.2.41 , to branch point 1.239.2.13
#162531 by dww: Removed inappropriate implementation of hook_link().
It was buggy, too (there was no link) so there's no visible change.

Revision 1.288 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 23:11:06 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.287: +1 -17 lines
Diff to previous 1.287
#162531 by dww: Removed inappropriate implementation of hook_link().
It was buggy, too (there was no link) so there's no visible change.

Revision 1.239.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 20:20:52 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.25: +2 -24 lines
Diff to previous 1.239.2.25 , to branch point 1.239
#57667 by dww: Removed the code trying to display help text about
using the "Project type" vocabulary when adding or editing project
nodes.  The code didn't work, so it wasn't displaying anyway, and the
UI has been so majorly improved (#64221) that the help isn't needed.

Revision 1.239.2.13.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 20:20:39 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.40: +1 -23 lines
Diff to previous 1.239.2.13.2.40 , to branch point 1.239.2.13
#57667 by dww: Removed the code trying to display help text about
using the "Project type" vocabulary when adding or editing project
nodes.  The code didn't work, so it wasn't displaying anyway, and the
UI has been so majorly improved (#64221) that the help isn't needed.

Revision 1.287 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 20:20:19 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.286: +1 -23 lines
Diff to previous 1.286
#57667 by dww: Removed the code trying to display help text about
using the "Project type" vocabulary when adding or editing project
nodes.  The code didn't work, so it wasn't displaying anyway, and the
UI has been so majorly improved (#64221) that the help isn't needed.

Revision 1.239.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:48:19 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.24: +30 -7 lines
Diff to previous 1.239.2.24 , to branch point 1.239
#159334 by dww: Fixed translation bugs and improved help text about
the project vocabulary on the settings page. The text is now displayed
at admin/content/taxonomy if you view the "Project type" vocabulary.

Revision 1.239.2.13.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:48:14 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.39: +31 -9 lines
Diff to previous 1.239.2.13.2.39 , to branch point 1.239.2.13
#159334 by dww: Fixed translation bugs and improved help text about
the project vocabulary on the settings page. The text is now displayed
at admin/content/taxonomy if you view the "Project type" vocabulary.

Revision 1.286 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 19:48:09 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.285: +30 -7 lines
Diff to previous 1.285
#159334 by dww: Fixed translation bugs and improved help text about
the project vocabulary on the settings page. The text is now displayed
at admin/content/taxonomy if you view the "Project type" vocabulary.

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 3 09:58:47 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.284: +2 -2 lines
Diff to previous 1.284
#162456 by dww: Fixed title on browse by category pages.

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 14:55:47 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.283: +2 -2 lines
Diff to previous 1.283
#163865 by dww: Additional cleanup of the PHP5 warning for project browsing.

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 07:14:49 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.282: +4 -1 lines
Diff to previous 1.282
#163865 by dww: Fixed a PHP5 warning on the project browsing pages.

Revision 1.239.2.13.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 18:34:10 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.38: +3 -3 lines
Diff to previous 1.239.2.13.2.38 , to branch point 1.239.2.13
#163464 by hunmonk -- make project select query SQL compliant.

Revision 1.239.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 18:32:24 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.239.2.23: +3 -3 lines
Diff to previous 1.239.2.23 , to branch point 1.239
#163464 by hunmonk -- make project select query SQL compliant.

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 18:29:10 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.281: +6 -6 lines
Diff to previous 1.281
#163464 by hunmonk -- make project select query SQL compliant.

Revision 1.239.2.13.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 17:42:18 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.37: +13 -10 lines
Diff to previous 1.239.2.13.2.37 , to branch point 1.239.2.13
#161552 by dww: Fixed another bug from #151892 where people with CVS
access couldn't add or edit release nodes for projects they didn't own.

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 17:42:17 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.280: +13 -10 lines
Diff to previous 1.280
#161552 by dww: Fixed another bug from #151892 where people with CVS
access couldn't add or edit release nodes for projects they didn't own.

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 17:08:25 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.279: +2 -2 lines
Diff to previous 1.279
#150485 by aclight and dww: You can now theme the output of download tables.

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 16:56:08 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.278: +2 -2 lines
Diff to previous 1.278
#158446 by aclight: Converted project_release_download_link() into a
theme function so that sites can easily modify link attributes,
appearance, or anything else they can't change via the admin UI.

Revision 1.278 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 13:25:58 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.277: +2 -2 lines
Diff to previous 1.277
#155727 by hass: "Project" should be capitalized in project_node_info()
for D5 and beyond.

Revision 1.239.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 13:22:18 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.22: +6 -2 lines
Diff to previous 1.239.2.22 , to branch point 1.239
#159321: "Automatically generated path..." on project edit form needs a div.
Backporting isn't technically necessary, since the bug doesn't appear
in 4.7.x, but the extra div can't hurt.

Revision 1.239.2.13.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 13:22:00 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.36: +6 -2 lines
Diff to previous 1.239.2.13.2.36 , to branch point 1.239.2.13
#159321: "Automatically generated path..." on project edit form needs a div.
Backporting isn't technically necessary, since the bug doesn't appear
in 4.7.x, but the extra div can't hurt.

Revision 1.277 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 14 13:21:50 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.276: +6 -2 lines
Diff to previous 1.276
#159321: "Automatically generated path..." on project edit form needs a div.

Revision 1.239.2.13.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:25:00 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.35: +14 -2 lines
Diff to previous 1.239.2.13.2.35 , to branch point 1.239.2.13
#154280 by aclight and dww: Project edit access not revoked if user
has cvs privilages disabled. Also, immediately revoke CVS access in
this case instead of waiting for the passwd file to be regenerated.

Revision 1.276 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:24:50 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.275: +14 -2 lines
Diff to previous 1.275
#154280 by aclight and dww: Project edit access not revoked if user
has cvs privilages disabled. Also, immediately revoke CVS access in
this case instead of waiting for the passwd file to be regenerated.

Revision 1.239.2.13.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 05:27:58 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.34: +12 -2 lines
Diff to previous 1.239.2.13.2.34 , to branch point 1.239.2.13
#151892 by aclight (backported by dww): Use per-project logic to
determine handling of certain CVS-related things by introducing a
project_use_cvs() function that checks both that cvs.module is
enabled, _and_ that the particular project node you pass in is
configured to point to a CVS repository.  This will need to be
refactored for versioncontrol_api in the near future, but this is an
important bug fix in the mean time.

Revision 1.275 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 05:27:54 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.274: +12 -2 lines
Diff to previous 1.274
#151892 by aclight: Use per-project logic to determine handling of
certain CVS-related things by introducing a project_use_cvs() function
that checks both that cvs.module is enabled, _and_ that the particular
project node you pass in is configured to point to a CVS repository.
This will need to be refactored for versioncontrol_api in the near
future, but this is an important bug fix in the mean time.

Revision 1.239.2.13.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 21:54:49 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.33: +4 -3 lines
Diff to previous 1.239.2.13.2.33 , to branch point 1.239.2.13
#151923: Fixing help text at admin/project/project-settings to use the
current name of the project vocabulary instead of hard-coding it.

Revision 1.274 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 21:54:46 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.273: +4 -3 lines
Diff to previous 1.273
#151923: Fixing help text at admin/project/project-settings to use the
current name of the project vocabulary instead of hard-coding it.

Revision 1.239.2.13.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 18:48:16 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.32: +33 -13 lines
Diff to previous 1.239.2.13.2.32 , to branch point 1.239.2.13
#152918: Project browsing pages don't honor the "active compatibility
terms" setting, nor the published bit on release nodes.  The totals
for each category are wrong on the "Browse by category" summary page,
and projects are displayed that have no published release nodes.

Revision 1.273 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 18:47:44 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.272: +32 -12 lines
Diff to previous 1.272
#152918: Project browsing pages don't honor the "active compatibility
terms" setting, nor the published bit on release nodes.  The totals
for each category are wrong on the "Browse by category" summary page,
and projects are displayed that have no published release nodes.

Revision 1.239.2.13.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 23:52:32 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.31: +10 -3 lines
Diff to previous 1.239.2.13.2.31 , to branch point 1.239.2.13
#151923: Project-generated vocabulary should be called "Project types".

Revision 1.272 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 22:55:14 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.271: +9 -2 lines
Diff to previous 1.271
#151923: Project-generated vocabulary should be called "Project types".

Revision 1.239.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 18:25:22 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.21: +9 -8 lines
Diff to previous 1.239.2.21 , to branch point 1.239
#149963 by dww and aclight: Projects overview page has bad links to
taxonomy terms that don't belong to the "Projects" vocabulary, and
the links don't include other goodness from taxonomy_link(), for
example, mouse-over link titles for term descriptions, etc.

Revision 1.239.2.13.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 18:25:14 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.30: +9 -8 lines
Diff to previous 1.239.2.13.2.30 , to branch point 1.239.2.13
#149963 by dww and aclight: Projects overview page has bad links to
taxonomy terms that don't belong to the "Projects" vocabulary, and
the links don't include other goodness from taxonomy_link(), for
example, mouse-over link titles for term descriptions, etc.

Revision 1.271 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 18:25:07 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.270: +9 -11 lines
Diff to previous 1.270
#149963 by dww and aclight: Projects overview page has bad links to
taxonomy terms that don't belong to the "Projects" vocabulary, and the
links don't include other goodness from taxonomy_link(), for example,
mouse-over link titles for term descriptions, etc.

Revision 1.239.2.13.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 7 17:18:43 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.29: +3 -3 lines
Diff to previous 1.239.2.13.2.29 , to branch point 1.239.2.13
whoops: a module_exists() snuck in during revision 1.239.2.13.2.28.

Revision 1.270 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 19:23:20 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.269: +2 -2 lines
Diff to previous 1.269
#144569 by Andrew Sterling Hanenkamp: Project settings page missing
help about the Projects vocabulary due to old settings URL.

Revision 1.269 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 23:12:34 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.268: +2 -1 lines
Diff to previous 1.268
Adding a useful description for "Enabled sorting options" fieldset. ;)

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 22:40:53 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.267: +1 -2 lines
Diff to previous 1.267
removing silly, redundant descriptions for each set of checkboxes in
the "Enabled sorting options" fieldset @ admin/project/project-settings.

Revision 1.267 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 00:34:34 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.266: +17 -16 lines
Diff to previous 1.266
#126346: improper use of $may_cache in hook_menu() -- no links for
project.module or project_release.module in admin/by-module pages.

Revision 1.239.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 20:36:13 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.20: +5 -2 lines
Diff to previous 1.239.2.20 , to branch point 1.239
#115625: browse-by-date has no pager when filtering by version.
Thanks to merlinofchaos for helping to find the bug in the count_query SQL.

Revision 1.239.2.13.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 20:36:11 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.28: +5 -2 lines
Diff to previous 1.239.2.13.2.28 , to branch point 1.239.2.13
#115625: browse-by-date has no pager when filtering by version.
Thanks to merlinofchaos for helping to find the bug in the count_query SQL.

Revision 1.266 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 20:36:07 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.265: +4 -1 lines
Diff to previous 1.265
#115625: browse-by-date has no pager when filtering by version.
Thanks to merlinofchaos for helping to find the bug in the count_query SQL.

Revision 1.265 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 8 22:40:24 2007 UTC (2 years, 9 months ago) by merlinofchaos
Branch: MAIN
Changes since 1.264: +3 -3 lines
Diff to previous 1.264
#48580: provide module version info via xmlrpc by nedjo, merlinofchaos, dww, and much help from others.

Revision 1.239.2.13.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 08:35:31 2007 UTC (2 years, 9 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.27: +14 -5 lines
Diff to previous 1.239.2.13.2.27 , to branch point 1.239.2.13
#111658: module browsing pages ignores release publish status and
'enable releases' settings.

Revision 1.264 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 08:35:26 2007 UTC (2 years, 9 months ago) by dww
Branch: MAIN
Changes since 1.263: +14 -5 lines
Diff to previous 1.263
#111658: module browsing pages ignores release publish status and
'enable releases' settings.

Revision 1.263 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 18:48:53 2007 UTC (2 years, 9 months ago) by dww
Branch: MAIN
Changes since 1.262: +2 -5 lines
Diff to previous 1.262
#101292 by webchick and dww: Reorganize 'support' section of project
page, make cleaner place to post support requests (phase 1: comment 11)

Revision 1.262 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 23:30:10 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--0-1-BETA
Changes since 1.261: +2 -2 lines
Diff to previous 1.261
minor fix that i just noticed never made it into HEAD: there's no need
to redirect after the version filter form, we just have to fix the
order in which we inspect $_SESSION.  saves a drupal_goto().

Revision 1.239.2.13.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 06:56:25 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-2
Changes since 1.239.2.13.2.26: +4 -15 lines
Diff to previous 1.239.2.13.2.26 , to branch point 1.239.2.13
#86806: version filter on project browsing pages no longer resets when
you change tabs or use the pager.

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 01:26:49 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.260: +9 -2 lines
Diff to previous 1.260
#105801: project settings page has no breadcrumb

Revision 1.260 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 23:56:12 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.259: +1 -4 lines
Diff to previous 1.259
#106246: provide admin setting to change "base URL" for download links

Revision 1.239.2.13.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 23:54:34 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.25: +2 -2 lines
Diff to previous 1.239.2.13.2.25 , to branch point 1.239.2.13
#106246: provide admin setting to change "base URL" for download links

Revision 1.259 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 23:53:20 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.258: +87 -96 lines
Diff to previous 1.258
#99759 by dww and AjK: port to 5.x API. Still needs more testing and
reviews, but committing to HEAD to ease testing and deployment.

Revision 1.258 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 19:12:13 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.257: +3 -3 lines
Diff to previous 1.257
#104837: remove unneeded t() and double check_plain() + check_url()

Revision 1.239.2.13.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 19:12:03 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.24: +2 -2 lines
Diff to previous 1.239.2.13.2.24 , to branch point 1.239.2.13
#104837: remove unneeded t() and double check_plain() + check_url()

Revision 1.239.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 19:11:44 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.239.2.19: +3 -3 lines
Diff to previous 1.239.2.19 , to branch point 1.239
#104837: remove unneeded t() and double check_plain() + check_url()

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 09:02:39 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.256: +71 -24 lines
Diff to previous 1.256
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-1 into HEAD:
Bugs: #97173, #96986, #97403, #78704, #97426, #100901, #83140, #97780
Features: #97128, #97359, #100929, #96971, #89538, #89539, #101887, #101601

Revision 1.239.2.13.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 06:46:32 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-1
Changes since 1.239.2.13.2.23: +27 -23 lines
Diff to previous 1.239.2.13.2.23 , to branch point 1.239.2.13
#101601: table of downloads when filtering by [all] versions in
project browsing pages. includes a bunch of improvements to
project_release_table(), changing the arguments it takes, adding
doxygen comments, etc.

Revision 1.195.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 18 06:34:04 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-1
Changes since 1.195.2.10: +2 -2 lines
Diff to previous 1.195.2.10 , to branch point 1.195 , to next main 1.355
- better titles for a bunch of pages
- cleaned up wording for a few error messages

Revision 1.239.2.13.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 16:42:59 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.22: +3 -3 lines
Diff to previous 1.239.2.13.2.22 , to branch point 1.239.2.13
#83140: fixing a bug i introduced in my previous attempt to fix the
bug on the browsing pages. ;) by fixing name/date, i broke category.
now, all 3 work. the trick is that if we have a category tid, we
should use it, otherwise, we should use the project type tid.

Revision 1.239.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 16:42:56 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.239.2.18: +2 -2 lines
Diff to previous 1.239.2.18 , to branch point 1.239
#83140: fixing a bug i introduced in my previous attempt to fix the
bug on the browsing pages. ;) by fixing name/date, i broke category.
now, all 3 work. the trick is that if we have a category tid, we
should use it, otherwise, we should use the project type tid.

Revision 1.239.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 08:41:13 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.17: +2 -2 lines
Diff to previous 1.239.2.17 , to branch point 1.239
#83140: use check_plain() instead of filter_xss() in page title.

Revision 1.239.2.13.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 08:31:29 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.21: +2 -2 lines
Diff to previous 1.239.2.13.2.21 , to branch point 1.239.2.13
#83140: use check_plain() instead of filter_xss() in page title.

Revision 1.239.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 07:35:06 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.16: +2 -2 lines
Diff to previous 1.239.2.16 , to branch point 1.239
#83140: fixing bug in previous commit.  i missed one place for the
rename of $term to $type, which broke the non-category browsing pages.

Revision 1.239.2.13.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 07:30:17 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.20: +3 -3 lines
Diff to previous 1.239.2.13.2.20 , to branch point 1.239.2.13
#83140: fixing bug in previous commit.  i missed one place for the
rename of $term to $type, which broke the non-category browsing pages.

Revision 1.239.2.13.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:24:11 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.19: +8 -7 lines
Diff to previous 1.239.2.13.2.19 , to branch point 1.239.2.13
#83140: Browse modules pages need informative page titles (in
particular, when browsing by categories, since you used to have
no way to know what category you were looking at).

Revision 1.239.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:24:06 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.15: +7 -6 lines
Diff to previous 1.239.2.15 , to branch point 1.239
#83140: Browse modules pages need informative page titles (in
particular, when browsing by categories, since you used to have
no way to know what category you were looking at).

Revision 1.239.2.13.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 19:42:31 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.18: +1 -3 lines
Diff to previous 1.239.2.13.2.18 , to branch point 1.239.2.13
#89538: removing // TODO comment that's now done. ;)

Revision 1.239.2.13.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 19:08:05 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.17: +2 -3 lines
Diff to previous 1.239.2.13.2.17 , to branch point 1.239.2.13
#100929: fixing a bug that was breaking the project edit subtabs
(#96971) for users that have "administer nodes" but not cvs access to
a given project.

Revision 1.239.2.13.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 05:04:36 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.16: +4 -4 lines
Diff to previous 1.239.2.13.2.16 , to branch point 1.239.2.13
#100929: don't let users with only CVS access delete a project node.

Revision 1.239.2.13.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 04:54:01 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.15: +13 -5 lines
Diff to previous 1.239.2.13.2.15 , to branch point 1.239.2.13
#89538: need branch-aware notion of "default" or "latest" releases.
this adds a {project_release_default_versions} table that records the
major version for each nid+tid pair.  provides a new admin UI on the
"releases" subtab on the project edit tab to select the major for each
compatibility term (tid), and modifies the SQL in the project browsing
pages to use it. includes project_release_update_1() to populate based
on existing values from the 'version' field in {project_projects}.

Revision 1.239.2.13.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 11:38:16 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.14: +14 -1 lines
Diff to previous 1.239.2.13.2.14 , to branch point 1.239.2.13
#96971: make better use of tabs and subtabs on project nodes. patch 3
by me, to split up the project edit tab into subtabs for project,
issues and releases. this paves the way for the admin UI in #89538.

Revision 1.239.2.13.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 3 02:25:46 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.13: +27 -2 lines
Diff to previous 1.239.2.13.2.13 , to branch point 1.239.2.13
#100929: allow users with CVS access to edit project nodes

Revision 1.239.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 2 03:43:25 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.14: +3 -8 lines
Diff to previous 1.239.2.14 , to branch point 1.239
#100901: use drupal_set_breadcrumb(), not menu_set_location().
also provides other breadcrumb cleanup and code simplification.
backport from DRUPAL-4-7--2.

Revision 1.239.2.13.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 2 03:43:16 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.12: +3 -8 lines
Diff to previous 1.239.2.13.2.12 , to branch point 1.239.2.13
#100901: use drupal_set_breadcrumb(), not menu_set_location().
also provides other breadcrumb cleanup and code simplification.

Revision 1.239.2.13.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 02:46:45 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.11: +3 -2 lines
Diff to previous 1.239.2.13.2.11 , to branch point 1.239.2.13
#97173: Download link targets other project's tarball. we were missing
 an unset() from #93471 and that's causing the wrong download links to
 be used since we're always using the same project nid.

Revision 1.239.2.13.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 13:52:35 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.10: +2 -1 lines
Diff to previous 1.239.2.13.2.10 , to branch point 1.239.2.13
#94000: adding $Name$ tags for automated version identification

Revision 1.239.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 13:49:07 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.13: +2 -1 lines
Diff to previous 1.239.2.13 , to branch point 1.239
#94000: adding $Name$ tags for automated version identification

Revision 1.256 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 13:40:22 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.255: +62 -155 lines
Diff to previous 1.255
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-0 into HEAD
entire diff of new release system (#94000), implemented via:
#83339, #90538, #93115, #93471, #92633, #92634, #93719

Revision 1.239.2.13.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 20:27:28 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-0
Changes since 1.239.2.13.2.9: +9 -4 lines
Diff to previous 1.239.2.13.2.9 , to branch point 1.239.2.13
#93471: module browse page download links broken when filtering by [all]
(patch by Kjartan)

Revision 1.239.2.13.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 07:34:06 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.8: +11 -33 lines
Diff to previous 1.239.2.13.2.8 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_26.txt by dww (comment 41):
- moved the version filter form into project_release.module
- fixed the download link to at least filter from the right version if
  $version != -1. this still needs work, but at least it works as
  currently expected now...

Revision 1.239.2.13.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 07:31:54 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.7: +56 -48 lines
Diff to previous 1.239.2.13.2.7 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_25.txt by dww and nedjo (comment 40):
- moved all the release-related settings for the browse stuff into
  project_release.module, where they belong.
- renamed the old "project_browse_releases" setting to
  "project_release_browse_versions"
- fixed version filter form to use compatibility taxonomy terms, not
  the whole complex thing with regexps and creating the ".x" list,
  caching it, etc.
- fixed SQL for the version filter
- fixed SQL for browse by date so that it only adds the JOIN on
  {project_release_nodes} if we didn't already JOIN on that for the
  version filter.
- added a project_release_compatibility_list() method to generate the
  list of compatbility taxonomy terms for use in various places, and
  ripped out the problematic project_releases_list() function that was
  never fully working.
- instead of just "Filter by version", we print out "Filter by [vocab]",
  e.g. "Filter by project release API compatibility" by default, or
  "Filter by Drupal Core compatibility" on d.o.
- changed project_release_use_taxonomy() to just return the tree, so
  we don't have to get the tree twice all the time.

Revision 1.239.2.13.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 07:24:39 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.6: +4 -18 lines
Diff to previous 1.239.2.13.2.6 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_24.txt by dww and nedjo (comment 39):
browse by category is now basically working:
- fixed silly SQL error that was causing the empty categories on
  /project/Modules/category based on confusion between the release nid
  (nid) and project nid (pid) in the {project_release_nodes} table.
- removed the project_default_tid() method, which wasn't really
  necessary, was buggy, and was causing additional problems because of
  JOINs on {project_releases} which no longer exists.

Revision 1.239.2.13.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 06:32:01 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.5: +3 -3 lines
Diff to previous 1.239.2.13.2.5 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_9.txt by dww (comment 19):
- version fields that aren't used are stored in the DB as NULL. this is
  accomplished via dynamically constructing the right SQL for
  insert/update in project_release_db_save()
- the format string now handles delimiters as described here:
  http://drupal.org/node/86863#comment-159319
- added more thorough help text for the format string
- fixed bug in project_page_overview() due to using the wrong column
  name from the DB ("path", not "file_path" as it is now).
- simplified _project_release_form_add_version_element() a little bit
- project_release_update.php has been modified to match these changes
  (e.g. 2 vs. 3-digits for core/contrib, subprojects (releases just
  disabled)), etc.
- we're converging on the 2 digits of the contrib-specific stuff
  should be "major.patch" for consistency w/ 2-digit core

Revision 1.239.2.13.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 00:33:58 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.4: +8 -10 lines
Diff to previous 1.239.2.13.2.4 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_5.txt by dww (comment 11):
- added a {project_release_projects} table for release-specific data
  per project
- there's a global setting for the version string format that applies
  when projects don't define their own in the {project_release_projects}
  table (called 'project_release_default_version_format').
- removed the version string theme function in favor of
  project_release_get_version()
- added project_release_get_version_format(), which returns the active
  format string for a given project, either from the project object
  itself, the {project_release_projects} table, the global admin
  setting, or a hard-coded default if all else fails.
- ended up adding a string-only "version" field to {project_release_nodes}
  to aid in queries in the rest of the project code that are directly
  trying to match the full version string with LIKE.
- added an initial (still mostly untested and probably buggy)
  hook_access() so that things start to work for uid != 1. ;)
- ripped all the release directory scan stuff out and put it in a
  separate project_release_scan.inc file (which is currently not being
  included anywhere).
- converted some additional queries to {project_release_nodes} instead
  of {project_releases}
- initial attempt (still unsuccessful) to fix the "Download" link on the
  project overview pages
- fixed bug where file_path UI element was incorrectly being hidden when
  it wasn't really set, yet.
- added a bunch more TODO comments where needed

Revision 1.239.2.13.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 00:23:08 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.3: +2 -2 lines
Diff to previous 1.239.2.13.2.3 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_3.txt by dww (comment 5):
- adds a version_extra field to the {project_release_nodes} table and
  all appropriate places in the code
- fixes some help text that was bogus or not showing up right
- fixes SQL bugs in project_release_update()
- fixes project_update_5() to only create the new tables if they don't
  already exist
- fixes a few places i missed in the conversion from
  {project_release_node} to {project_release_nodes}

Revision 1.239.2.13.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 00:15:53 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.2: +2 -2 lines
Diff to previous 1.239.2.13.2.2 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_2.txt by dww (comment 4):
- renames {project_release_node} to {project_release_nodes}
- adds a CHANGELOG.txt entry ;)

Revision 1.239.2.13.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 00:11:49 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13.2.1: +13 -82 lines
Diff to previous 1.239.2.13.2.1 , to branch point 1.239.2.13
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_1.txt by dww (comment 1):
- moved all release stuff into release/project_release.module
- capitalized "Minor version" on the project release node UI for consistency
- if there's a conflict in version numbers, we now mark the minor
  version as the error, since that's the thing users are more likely
  to want/need to change to avoid the conflict
- added the beginnings of project_update_5() to at least create the
  new {project_release_node} table -- still more to be done.
- converted a few more places over to the new schema, and added some
  // TODO comments in a few others

Revision 1.239.2.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 00:05:03 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.239.2.13: +2 -1 lines
Diff to previous 1.239.2.13
#83339: make releases real nodes, initial release_as_node.patch by
merlinofchaos.  see also #58066 and #75053.

Revision 1.239.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 19:25:39 2006 UTC (3 years, 2 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7--2
Changes since 1.239.2.12: +15 -5 lines
Diff to previous 1.239.2.12 , to branch point 1.239
#69626: use $_SESSION and a redirect to ensure that issue page URLs
and query filter values always agree.  this also solves problems with
status selection (#53502), table sort (#77730), pager (#77327), a
series of variations/duplicates of the basic URL vs. query mismatch
(#11384, #33262, #59405), etc.  patch mostly by justinrandell, with a
little help from me. ;)

Revision 1.255 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 19:25:16 2006 UTC (3 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.254: +15 -5 lines
Diff to previous 1.254
#69626: use $_SESSION and a redirect to ensure that issue page URLs
and query filter values always agree.  this also solves problems with
status selection (#53502), table sort (#77730), pager (#77327), a
series of variations/duplicates of the basic URL vs. query mismatch
(#11384, #33262, #59405), etc.  patch mostly by justinrandell, with a
little help from me. ;)

Revision 1.239.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 23:45:08 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.11: +2 -2 lines
Diff to previous 1.239.2.11 , to branch point 1.239
#78639: SQL for /project page is broken without project_issue.module
installed -- we need to filter {node} for type == 'project_project'.

Revision 1.254 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 23:45:02 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.253: +2 -2 lines
Diff to previous 1.253
#78639: SQL for /project page is broken without project_issue.module
installed -- we need to filter {node} for type == 'project_project'.

Revision 1.253 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 14 19:36:35 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.252: +2 -2 lines
Diff to previous 1.252
#78615: replace theme_add_style() with drupal_add_css()

Revision 1.195.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:48:15 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.195.2.9: +2 -2 lines
Diff to previous 1.195.2.9 , to branch point 1.195
#78219: "search" link on /project/user page has wrong URLs

Revision 1.252 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 4 07:49:40 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.251: +5 -4 lines
Diff to previous 1.251
#76144: Fatal errors generated by drupal_get_form() calls on php 5.0.
original patch by haykelbj, modified by dww for better formatting.

Revision 1.239.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 4 03:19:50 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.10: +5 -4 lines
Diff to previous 1.239.2.10 , to branch point 1.239
#76144: Fatal errors generated by drupal_get_form() calls on php 5.0.
original patch by haykelbj, modified by dww for better formatting.

Revision 1.195.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 08:25:54 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.8: +3 -3 lines
Diff to previous 1.195.2.8 , to branch point 1.195
#73395: error "Call-time pass-by-reference" always displaying
(extra ampersands at call sites break php5 compatibility)

Revision 1.239.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 08:24:11 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.9: +2 -2 lines
Diff to previous 1.239.2.9 , to branch point 1.239
#73395: error "Call-time pass-by-reference" always displaying
(extra ampersands at call sites break php5 compatibility)

Revision 1.251 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 08:23:44 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.250: +2 -2 lines
Diff to previous 1.250
#73395: error "Call-time pass-by-reference" always displaying
(extra ampersands at call sites break php5 compatibility)

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 07:42:33 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.249: +47 -237 lines
Diff to previous 1.249
#74995: move all issue tracking into a separate module (project_issue)

Revision 1.239.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 25 00:12:26 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.8: +51 -237 lines
Diff to previous 1.239.2.8 , to branch point 1.239
#74995: move all issue tracking into a separate module (project_issue)

Revision 1.195.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 14:17:53 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.7: +18 -2 lines
Diff to previous 1.195.2.7 , to branch point 1.195
#68271: adding "issues" tab to site-wide search page

Revision 1.239.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 14:17:50 2006 UTC (3 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.7: +18 -2 lines
Diff to previous 1.239.2.7 , to branch point 1.239
#68271: adding "issues" tab to site-wide search page

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 20 14:17:30 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.248: +18 -2 lines
Diff to previous 1.248
#68271: adding "issues" tab to site-wide search page

Revision 1.248 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 16 04:48:56 2006 UTC (3 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.247: +10 -9 lines
Diff to previous 1.247
#73278: update for deprecated settings hook, patch by hunmonk (which
also removes a few instances of stray whitespace).

Revision 1.195.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 00:53:10 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.6: +19 -1 lines
Diff to previous 1.195.2.6 , to branch point 1.195
#69349: reorganize project_nodeapi() -- backport to 4.6

Revision 1.239.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 09:05:17 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.6: +52 -1 lines
Diff to previous 1.239.2.6 , to branch point 1.239
#69349: reorganize project_nodeapi()

Revision 1.247 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 09:05:10 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.246: +52 -1 lines
Diff to previous 1.246
#69349: reorganize project_nodeapi()

Revision 1.195.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 22:13:32 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.5: +9 -2 lines
Diff to previous 1.195.2.5 , to branch point 1.195
#69152: backporting fix for /project/user/[username] to 4.6.

Revision 1.239.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 22:13:26 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.5: +10 -3 lines
Diff to previous 1.239.2.5 , to branch point 1.239
#69152: /project/user/[uid] doesn't work to view projects owned by a
given user (also fixes /project/user/[username], too).

Revision 1.246 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 22:12:59 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.245: +10 -3 lines
Diff to previous 1.245
#69152: /project/user/[uid] doesn't work to view projects owned by a
given user (also fixes /project/user/[username], too).

Revision 1.245 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 16:18:46 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.244: +22 -6 lines
Diff to previous 1.244
#64352: porting project to the new hook_link() API

Revision 1.195.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 10:07:38 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.4: +2 -2 lines
Diff to previous 1.195.2.4 , to branch point 1.195
#66092: Project absent from create content page but present in
navigation menu (backport to 4.6, where there's no cvs accounts to
worry about, but this seems like a good way to re-use code, anyway).

Revision 1.239.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 10:07:24 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.4: +2 -2 lines
Diff to previous 1.239.2.4 , to branch point 1.239
#66092: Project absent from create content page but present in
navigation menu (for users w/o cvs accounts who have maintain project
perms, which is apparently all authenticated users @ drupal.org).

Revision 1.244 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 10:06:56 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.243: +2 -2 lines
Diff to previous 1.243
#66092: Project absent from create content page but present in
navigation menu (for users w/o cvs accounts who have maintain project
perms, which is apparently all authenticated users @ drupal.org).

Revision 1.239.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 09:56:51 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.3: +40 -31 lines
Diff to previous 1.239.2.3 , to branch point 1.239
#60627: project shouldn't require taxonomy

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 09:56:43 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.242: +40 -31 lines
Diff to previous 1.242
#60627: project shouldn't require taxonomy

Revision 1.195.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 21:57:28 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.195.2.3: +2 -1 lines
Diff to previous 1.195.2.3 , to branch point 1.195
#49411: adding a "edit own project issues" permission

Revision 1.239.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 21:57:13 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.2: +2 -1 lines
Diff to previous 1.239.2.2 , to branch point 1.239
#49411: adding a "edit own project issues" permission

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 21:56:07 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.241: +2 -1 lines
Diff to previous 1.241
#49411: adding a "edit own project issues" permission

Revision 1.239.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 18:09:08 2006 UTC (3 years, 6 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239.2.1: +10 -2 lines
Diff to previous 1.239.2.1 , to branch point 1.239
#64221: taxonomy selector needs work.  patch from comment 16.

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 18:09:02 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.240: +10 -2 lines
Diff to previous 1.240
#64221: taxonomy selector needs work.  patch from comment 16.

Revision 1.239.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 14:28:32 2006 UTC (3 years, 6 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.239: +37 -1 lines
Diff to previous 1.239
#59504: repo field doesn't hold its value. cvs_hold_repo_full.patch
from comment 6, with tiny modifications to the doxygen comments.
backporting to DRUPAL-4-7 from HEAD.

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 14:25:37 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.239: +37 -1 lines
Diff to previous 1.239
#59504: repo field doesn't hold its value. cvs_hold_repo_full.patch
from comment 6, with tiny modifications to the doxygen comments.

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 16 08:15:17 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.238: +2 -2 lines
Diff to previous 1.238
fix bug #63808: only capitalize first word in form element titles

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 16:44:46 2006 UTC (3 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.237: +1 -2 lines
Diff to previous 1.237
task #59830, patch by me: remove closing php tags

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 17 01:36:30 2006 UTC (3 years, 7 months ago) by nedjo
Branch: MAIN
Changes since 1.236: +32 -9 lines
Diff to previous 1.236
Fix to issue #56013, provide configuration option for which project browsing tabs to display.

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:10:46 2006 UTC (3 years, 7 months ago) by nedjo
Branch: MAIN
Changes since 1.235: +23 -14 lines
Diff to previous 1.235
Issue #58593, break settings page into fieldsets.

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 04:49:50 2006 UTC (3 years, 7 months ago) by nedjo
Branch: MAIN
Changes since 1.234: +10 -3 lines
Diff to previous 1.234
Fix to issue #56065, make number of projects listed in browsing its own configuration option.

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 04:40:10 2006 UTC (3 years, 7 months ago) by nedjo
Branch: MAIN
Changes since 1.233: +8 -7 lines
Diff to previous 1.233
Missing test for taxonomy module, caused errors if taxonomy disabled.

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 27 19:23:20 2006 UTC (3 years, 8 months ago) by yogadex
Branch: MAIN
Changes since 1.232: +2 -2 lines
Diff to previous 1.232
fix #54472 (ambiguous where clause)
Tried to submit this earlier.  Hope it works this time.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 27 01:06:07 2006 UTC (3 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.231: +11 -4 lines
Diff to previous 1.231
- Remove redundant ORDER BY
- #55981: Base path fixes
- Make sure the latest release shows up on download pages

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 11:13:33 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.230: +3 -4 lines
Diff to previous 1.230
- Fixed bug #50786, #50337, and some unreported bugs, XHTML validation problems, etc.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 6 18:17:57 2006 UTC (3 years, 9 months ago) by nedjo
Branch: MAIN
Changes since 1.229: +8 -8 lines
Diff to previous 1.229
Attempted fix to issues #48054 and #47434, problems with construction of SQL select queries.  (I was unable to reproduce the issues, so I'm not sure that this will fix them.)

I've introduced recursive merging and used array_unique to improve the merging in of different elements of the arrays that are used to construct the select statement.

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 6 04:15:59 2006 UTC (3 years, 9 months ago) by nedjo
Branch: MAIN
Changes since 1.228: +7 -7 lines
Diff to previous 1.228
Fix to issue #48054, projects not showing up when browsing by releases.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 3 11:20:19 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.227: +2 -2 lines
Diff to previous 1.227
#47723, sql improvement

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 19:09:11 2006 UTC (3 years, 9 months ago) by nedjo
Branch: MAIN
Changes since 1.226: +8 -4 lines
Diff to previous 1.226
Fix to issue #46778, pager queries returning wrong total.

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 27 18:33:56 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.225: +2 -2 lines
Diff to previous 1.225
Fix to issue #46739, project select should show only top-level terms.

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 06:16:45 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.224: +3 -3 lines
Diff to previous 1.224
check_plain -> filter_xss on $project->description, so some HTML can be used.

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 05:38:36 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.223: +6 -2 lines
Diff to previous 1.223
Fix for issue #25362, configurable support forum, adapted from patch by leafish_paul.  (Also correcting typo, array_shift -> array_unshift, from previous patch.)

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 00:52:01 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.222: +2 -1 lines
Diff to previous 1.222
Hadn't set variable indicating if results should be paged on project listings.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 00:49:31 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.221: +11 -18 lines
Diff to previous 1.221
Fix to issue #45099, improve display and themability of project listings.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 24 21:21:48 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.220: +2 -1 lines
Diff to previous 1.220
Fix to issue #45486 from drupal.org user markus_petrux: create array as default.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 20:21:13 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.219: +493 -69 lines
Diff to previous 1.219
Issue #33803, enable multiple browsing options (by date, name, category, etc.).  No remaining errors on testing, but no doubt this will need further tweaks as it is applied  and used.

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 15 20:27:39 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.218: +12 -3 lines
Diff to previous 1.218
Fix to initial setting of project vocabulary to ensure it uses existing vocabulary if present.  Keys in array returned by taxonomy_get_vocabularies() are vids, so we can't use [0] for the first in array (as I'd incorrectly done previously).

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 14 04:25:18 2006 UTC (3 years, 10 months ago) by nedjo
Branch: MAIN
Changes since 1.217: +2 -2 lines
Diff to previous 1.217
Fix for compliance with change in expected form of 'nodes' array in taxonomy_save_vocabulary().

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 02:24:22 2005 UTC (3 years, 11 months ago) by weitzman
Branch: MAIN
Changes since 1.216: +2 -3 lines
Diff to previous 1.216
use theme_add_style instead of old drupal_set_html_head()

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 7 06:34:50 2005 UTC (4 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.215: +3 -2 lines
Diff to previous 1.215
fixed missing callback argument in project user page

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 6 06:03:13 2005 UTC (4 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.214: +0 -0 lines
Diff to previous 1.214
more form API updates

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 6 01:06:36 2005 UTC (4 years ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.213: +52 -9 lines
Diff to previous 1.213
initial form API upgrade changes

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 13:35:16 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.212: +3 -3 lines
Diff to previous 1.212
- Patch #29294 by fgm: added missing t() function.

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 13:33:09 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.211: +4 -4 lines
Diff to previous 1.211
- Patch #33938 by leafish_paul: node_load() changes.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 5 16:59:31 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.210: +99 -33 lines
Diff to previous 1.210
Patch to issue #32121, assign dedicated vocabulary for projects.  Includes help text to provide categorization instructions for admins (on admin/settings/project page) and users (on node/add/project page).  Also includes _taxonomy() hook to refresh menu cache when new terms added to project vocabulary, so that menu tabs are refreshed.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 5 04:35:39 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.209: +6 -2 lines
Diff to previous 1.209
Fix to bug introduced by previous patch: browsing by version not working.

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 3 15:48:10 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.208: +2 -2 lines
Diff to previous 1.208
Fix to issue #25363, release download link wrong if clean urls not enabled.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 29 23:15:44 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.207: +1 -35 lines
Diff to previous 1.207
Removing dead code, issue #32123.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 29 18:03:39 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.206: +15 -18 lines
Diff to previous 1.206
Fix to issue #31264.  Removes requirement for releases before projects are visible on /project browsing page.

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 29 03:23:41 2005 UTC (4 years, 1 month ago) by nedjo
Branch: MAIN
Changes since 1.205: +2 -2 lines
Diff to previous 1.205
Stopgap fix to issue #27865, new patch status options not appearing in default list.  Simply added missing hardcoded status option.  Real issue is bigger--need to deal with the fact that there are hardcoded status ids in various places.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 28 18:12:54 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.204: +3 -2 lines
Diff to previous 1.204
fixing php5 reference issue, http://drupal.org/node/32491

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 20 01:02:09 2005 UTC (4 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.203: +2 -2 lines
Diff to previous 1.203
fixed cron bug. Issues should get closed again.

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 19 20:42:54 2005 UTC (4 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.202: +5 -3 lines
Diff to previous 1.202
Fatal: Pass by Reference Errors, http://drupal.org/node/31400

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 12 07:37:07 2005 UTC (4 years, 2 months ago) by ax
Branch: MAIN
Changes since 1.201: +3 -3 lines
Diff to previous 1.201
node_revisions table alias wasn't unique

Revision 1.195.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 9 20:15:43 2005 UTC (4 years, 2 months ago) by ax
Branch: DRUPAL-4-6
Changes since 1.195.2.2: +9 -8 lines
Diff to previous 1.195.2.2 , to branch point 1.195
fixing `project in sites/sitename/modules directory <http://drupal.org/node/30067>`_

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 9 20:07:26 2005 UTC (4 years, 2 months ago) by ax
Branch: MAIN
Changes since 1.200: +11 -10 lines
Diff to previous 1.200
* SELECT n.nid, n.title, n.teaser, n.format -> SELECT n.nid, n.title, r.teaser, r.format
* replacing hardcoded paths with drupal_get_path()

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 29 20:32:58 2005 UTC (4 years, 2 months ago) by chx
Branch: MAIN
Changes since 1.199: +5 -7 lines
Diff to previous 1.199
hook_node_info implemented.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 15 00:20:46 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.198: +2 -2 lines
Diff to previous 1.198
- Keeping up with HEAD: check_output() -> check_markup().

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 18 17:29:50 2005 UTC (4 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.197: +2 -2 lines
Diff to previous 1.197
- Updating for check_output() changes.

Revision 1.175.2.2 - (view) (