Log of /contributions/modules/project/project.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 -
(
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.175.2.2 -
(
view)
(