/[drupal]/contributions/modules/cvslog/cvs.module
ViewVC logotype

Log of /contributions/modules/cvslog/cvs.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.234 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 22:09:28 2009 UTC (2 months, 1 week ago) by damz
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA3, HEAD
Changes since 1.233: +2 -2 lines
Diff to previous 1.233
Stop gap solution to #577424: make sure to validate the node even if the title is '0'.

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 5 20:27:56 2009 UTC (3 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.232: +2 -2 lines
Diff to previous 1.232
#541138 by dww: Fixed regression where project maintainers could no
longer assign issues to other users with CVS access to the project.
This bug was introduced by #371969.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 00:29:44 2009 UTC (6 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.231: +12 -8 lines
Diff to previous 1.231
#457878 by dww: Fixed a caching bug in the "Maintainers for XX" block:
since the time of the last commit is rendered as a relative time ago,
we can't cache the block output itself, just the array of data about
committers and their commit history, then render the block each time.

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 22:10:29 2009 UTC (6 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.230: +4 -4 lines
Diff to previous 1.230
#371969 by dww: Followup fix: The legacy URL for the list of
committers was project/developers/[nid], not node/[nid]/developers.

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

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 00:06:14 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.228: +3 -3 lines
Diff to previous 1.228
#371958 by dww: Slightly renamed the new API functions for CVS statistics.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 12 00:03:52 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.227: +31 -1 lines
Diff to previous 1.227
#371958 by mfb, dww: Exposed an API to provide some CVS statistics.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 23:48:28 2009 UTC (7 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.226: +29 -15 lines
Diff to previous 1.226
#431198 by dww: Fixed cvs blocks to use string deltas, not integers.

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 18:09:16 2009 UTC (8 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.225: +2 -2 lines
Diff to previous 1.225
#396212 by greggles, dww: Added feed auto-discovery for the CVS
messages pages (e.g. /cvs) by using drupal_add_feed().

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 19:55:58 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.224: +2 -4 lines
Diff to previous 1.224
#390032 by dww: Fixed a bug where non-admins could no longer edit a
HEAD release node to move the "CVS branch" field to a more specific
branch (e.g. moving a HEAD node called "6.x-1.x-dev" to DRUPAL-6--1).

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 05:50:00 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.223: +1 -4 lines
Diff to previous 1.223
#386048 by dww: Fixed bug in the validation that is supposed to
prevent users from adding a release node from a branch that has the
same version string as an existing release node from HEAD.  Removing
the code that disables the validation would help. ;) I have no idea
how this validation happened in D5, but it did.

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 01:14:27 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222
#386522 by dww: Fixed bug where the 'rebuild' bit was getting
clobbered whenever release nodes were edited.  This resulted in -dev
snapshot releases getting "converted" into official releases.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 01:11:43 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.221: +18 -1 lines
Diff to previous 1.221
#380160 by jpetso: Moved the logic out of project_release and into
cvs.module for printing out the cvs_message_new_release_* messages.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 21:22:13 2009 UTC (8 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.220: +43 -1 lines
Diff to previous 1.220
#67251 by dww: Moved the implementation of hook_project_issue_assignees()
out of drupalorg.module into cvs.module where it really belongs, and
finished porting it to D6 (it was broken during the upgrade).  All
users with CVS access to a project can now assign issues to each other.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 20:48:05 2009 UTC (8 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.219: +6 -1 lines
Diff to previous 1.219
#378166 by dww: Fixed CVS application form when users reapply after
being declined.  We need to set #value for the disabled cvs username
field so that it is propagated through to validation and submit.

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 19:13:40 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.218: +10 -12 lines
Diff to previous 1.218
#372711 by dww: Ported theme('feed_icon') to D6 API (missing title argument).

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

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 21 01:08:42 2009 UTC (9 months ago) by dww
Branch: MAIN
Changes since 1.216: +2 -1 lines
Diff to previous 1.216
#378618 by dww: Fixed bug where the CVS tag/branch was lost while
editing an existing release node.

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 11:11:15 2009 UTC (9 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.215: +6 -2 lines
Diff to previous 1.215
#369889 by dww: Fixed another bug with the release node form where the
version string was lost since it wasn't stashed in form_state['storage'].

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 20:55:01 2009 UTC (9 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.214: +27 -16 lines
Diff to previous 1.214
#367202 follow up by myself: we can actually use hook_user() to add the menu items; it fixes the default tab issue and it fixes disappearing tabs

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 8 08:04:18 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.213: +23 -1 lines
Diff to previous 1.213
#370603 by dww: Fixed bugs when previewing new HEAD release nodes.

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 7 09:43:37 2009 UTC (9 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.212: +10 -3 lines
Diff to previous 1.212
#369889 by dww: Fixed bugs related to the release node form:
- The version string was often lost when submitting new release nodes.
  We now always store the real version string (once we know it) into a
  #value form element so we're sure to get it in $form_state['values'].
- If you tried to edit a release node, you used to always get a
  validation error on the "CVS branch/tag" field due to invalid
  initialization of the options and default values.

Revision 1.172.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 01:38:21 2009 UTC (9 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.7: +18 -12 lines
Diff to previous 1.172.2.7 , to branch point 1.172 , to next main 1.234
#366970 by dww: Fixed bug introduced by #74238 where the links to
issues in commit messages weren't using the right tracker URL.

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 01:38:17 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.211: +18 -12 lines
Diff to previous 1.211
#366970 by dww: Fixed bug introduced by #74238 where the links to
issues in commit messages weren't using the right tracker URL.

Revision 1.172.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 22:58:23 2009 UTC (9 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.6: +22 -6 lines
Diff to previous 1.172.2.6 , to branch point 1.172
#74238 by Jeremy Andrews, dww: Major query optimization for the CVS
commit message page by avoiding DISTINCT when we don't need it, and by
removing the JOIN on {cvs_repositories} since that's such a tiny table
and we can use the {cvs_messages} index if we don't JOIN.  We just
statically cache the data from {cvs_repositories} from a separate
(trivial) query in the one function that used it.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 22:57:47 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.210: +22 -6 lines
Diff to previous 1.210
#74238 by Jeremy Andrews, dww: Major query optimization for the CVS
commit message page by avoiding DISTINCT when we don't need it, and by
removing the JOIN on {cvs_repositories} since that's such a tiny table
and we can use the {cvs_messages} index if we don't JOIN.  We just
statically cache the data from {cvs_repositories} from a separate
(trivial) query in the one function that used it.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 08:14:33 2009 UTC (9 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.209: +5 -4 lines
Diff to previous 1.209
get rid of a couple of notices, fix cvs account export form.

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 04:04:43 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.208: +2 -1 lines
Diff to previous 1.208
#225059 by dww: Fixed form previewing during validation errors on HEAD
release nodes (so that the version numbers are preserved) by
populating $form_state['node'] when we populate $form_state['storage'].

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 01:14:00 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.207: +3 -3 lines
Diff to previous 1.207
#357920 by dww: Fixed more bugs in the release node edit form with CVS.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 00:28:11 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.206: +19 -18 lines
Diff to previous 1.206
#251671 by aclight, dww: Removed PHP notices in cvs.module.

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 22:55:45 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.205: +3 -5 lines
Diff to previous 1.205
#225059 by dww: Fixed D6 porting bugs in the cvs-access tab on projects.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 21:00:19 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.204: +5 -5 lines
Diff to previous 1.204
#225059 by dww: Further port of CVS release node form altering to D6:
Ported from alter when editing an existing CVS-enabled release node to
use the new {project_release_file} schema from #357920.

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 20:48:44 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.203: +1 -5 lines
Diff to previous 1.203
#225059 by dww: Further port of CVS release node form altering to D6:
We want to leave #required == TRUE on the API compatibility term: we
don't get a validation error when we first land on the page, and this
way we don't have to mess with #pre_render (which isn't working now).

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 20:23:17 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.202: +25 -16 lines
Diff to previous 1.202
#225059 by dww: Further port of CVS release node form altering to D6:
- Used form_state instead of #type = 'hidden' and #value to pass values.
- Needed to use $form_state['storage'] for the items we're stashing to
  persist across the pages of the form.
- Once we're finally submitting the form, we move everything from
  form_state['storage'] into form_state['values'] so we see the fields
  during hook_insert(), etc.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 29 18:57:45 2009 UTC (9 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.201: +81 -105 lines
Diff to previous 1.201
#225059 by dww: Initial port of CVS release node form altering to D6.

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 15 00:29:40 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.200: +47 -43 lines
Diff to previous 1.200
#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.200 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 06:36:37 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.199: +3 -1 lines
Diff to previous 1.199
#251854 by aclight: Fixed admin/project menu item when project.module
is disabled (added missing 'file' and 'file path' attributes).

Revision 1.172.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 22:42:02 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.5: +3 -1 lines
Diff to previous 1.172.2.5 , to branch point 1.172
#339054 by dww: Initial support to collect datestamp data for CVS tags.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 22:41:57 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.198: +3 -1 lines
Diff to previous 1.198
#339054 by dww: Initial support to collect datestamp data for CVS tags.

Revision 1.172.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 00:27:09 2008 UTC (12 months, 4 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.4: +1 -2 lines
Diff to previous 1.172.2.4 , to branch point 1.172
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.172.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 23:16:35 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.3: +6 -1 lines
Diff to previous 1.172.2.3 , to branch point 1.172
#324910 by dww: Added count of total commits to the user profile.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 23:16:19 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.197: +6 -1 lines
Diff to previous 1.197
#324910 by dww: Added count of total commits to the user profile.

Revision 1.172.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 22:36:16 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.172.2.2: +3 -3 lines
Diff to previous 1.172.2.2 , to branch point 1.172
#303350 by dww: Fixed bug where users were allowed to upload their own
file attachment to release nodes that didn't have a file.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 22:35:42 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.196: +2 -2 lines
Diff to previous 1.196
#303350 by dww: Fixed bug where users were allowed to upload their own
file attachment to release nodes that didn't have a file.

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 00:40:09 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.195: +10 -3 lines
Diff to previous 1.195
#221295 by greggles: respect the sitewide 'Number of items per feed:' setting.

Revision 1.172.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 5 00:39:19 2008 UTC (20 months, 3 weeks ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.172.2.1: +11 -4 lines
Diff to previous 1.172.2.1 , to branch point 1.172
#221295 by greggles: respect the sitewide 'Number of items per feed:' setting.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 21:24:52 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.194: +48 -33 lines
Diff to previous 1.194
mail functionality port to 6.x

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 20:18:15 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.193: +6 -6 lines
Diff to previous 1.193
cleaning up more missing  vars.

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 20:06:32 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.192: +3 -3 lines
Diff to previous 1.192
cleaning up some missing  vars.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 19:53:44 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.191: +6 -4 lines
Diff to previous 1.191
fix import functionality to avoid bogus cvs user imports.

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 21 19:45:02 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.190: +4 -4 lines
Diff to previous 1.190
fix a couple small fapi port goofs.

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:57:01 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.189: +13 -10 lines
Diff to previous 1.189
fixing notices.

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:43:35 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.188: +2 -2 lines
Diff to previous 1.188
remove extra arg from cvs_menu().

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:25:19 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187
6.x upgrade to ip_address().

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 20:24:20 2008 UTC (21 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.186: +69 -64 lines
Diff to previous 1.186
fapi port to 6.x

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 14:20:04 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.185: +3 -3 lines
Diff to previous 1.185
db_next_id() -> db_last_insert_id() for 6.x port.

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 14:08:46 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.184: +20 -19 lines
Diff to previous 1.184
proper use of db_query for 6.x port.

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 13:36:07 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.183: +3 -1 lines
Diff to previous 1.183
block caching settings for 6.x port.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 22:09:03 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.182: +13 -13 lines
Diff to previous 1.182
getting rid of db_num_rows() for 6.x port.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 20:33:34 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181
convert Submit -> Save, 6.x port.

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:54:11 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.180: +3 -3 lines
Diff to previous 1.180
hook_help() port to 6.x

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:42:15 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.179: +3 -3 lines
Diff to previous 1.179
port watchdog() to 6.x

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:34:12 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.178: +15 -1 lines
Diff to previous 1.178
adding hook_theme() for 6.x

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:30:04 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.177: +2 -2 lines
Diff to previous 1.177
hook_alter() functions port to 6.x

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:21:44 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.176: +1 -3 lines
Diff to previous 1.176
remove dead code.

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:20:23 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.175: +12 -12 lines
Diff to previous 1.175
l() and url() port to 6.x

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:04:38 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.174: +2 -2 lines
Diff to previous 1.174
cleanup of #176747 by jpetso, hunmonk: rip out dead regex code -- not needed since we're now requiring the hash sign.

Revision 1.172.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 16:04:00 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.172: +3 -3 lines
Diff to previous 1.172
cleanup of #176747 by jpetso, hunmonk: rip out dead regex code -- not needed since we're now requiring the hash sign.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 03:21:46 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.173: +206 -226 lines
Diff to previous 1.173
6.x menu code port.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 18 01:57:40 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.172: +6 -5 lines
Diff to previous 1.172
check for existence of drupal_get_path() before invoking.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 19:17:24 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.171: +12 -2 lines
Diff to previous 1.171
#174958 by jpetso: GUID for RSS items.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 19:07:29 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170
#176747 by chx: regex in theme_cvs_commit_message() adds erroneous links.

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 16:08:13 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.169: +4 -9 lines
Diff to previous 1.169
#71359 by hunmonk, fajerstarter: Fix overflowing commit messages.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 15:38:53 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.168: +4 -2 lines
Diff to previous 1.168
#168876 by hunmonk: add defines for license version and link.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 15:23:23 2008 UTC (21 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.167: +8 -2 lines
Diff to previous 1.167
#50940 by hunmonk: more specific feed name for single projects.

Revision 1.106.2.19.2.62 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:27:28 2008 UTC (22 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.61: +2 -2 lines
Diff to previous 1.106.2.19.2.61 , to branch point 1.106.2.19 , to next main 1.106.2.37
Disable the (bogus) CVS account edit tab for the anonymous user.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 19:59:43 2008 UTC (22 months ago) by dww
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166
Disable the (bogus) CVS account edit tab for the anonymous user.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 19:00:16 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.165: +3 -2 lines
Diff to previous 1.165
#186932 by dww: Fixed bug where users with 'administer CVS' could not
change CVS access for projects (used to also require 'administer nodes').

Revision 1.106.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 19:00:07 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.36: +3 -2 lines
Diff to previous 1.106.2.36 , to branch point 1.106 , to next main 1.234
#186932 by dww: Fixed bug where users with 'administer CVS' could not
change CVS access for projects (used to also require 'administer nodes').

Revision 1.106.2.19.2.61 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 18:58:39 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.60: +4 -3 lines
Diff to previous 1.106.2.19.2.60 , to branch point 1.106.2.19
#186932 by dww: Fixed bug where users with 'administer CVS' could not
change CVS access for projects (used to also require 'administer nodes').

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 23:51:09 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.164: +5 -5 lines
Diff to previous 1.164
#175006 by aclight: Converted cvs_mail_user() to use variable_get()
for the email message bodies, instead of always using the defaults.

Revision 1.106.2.19.2.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 23:51:05 2007 UTC (2 years, 2 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.59: +4 -4 lines
Diff to previous 1.106.2.19.2.59 , to branch point 1.106.2.19
#175006 by aclight: Converted cvs_mail_user() to use variable_get()
for the email message bodies, instead of always using the defaults.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 04:28:30 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.163: +2 -2 lines
Diff to previous 1.163
#170003 by hunmonk. make cvs_get_contributed_projects() postgres compliant.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 17:00:51 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.162: +3 -3 lines
Diff to previous 1.162
#169178 by hunmonk: The username is not displayed in the RSS feed. fallout from the user->cvs_user column rename.

Revision 1.106.2.19.2.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 15:17:43 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.58: +51 -51 lines
Diff to previous 1.106.2.19.2.58 , to branch point 1.106.2.19
by hunmonk. whitespace removal.

Revision 1.106.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 15:14:37 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.106.2.35: +45 -45 lines
Diff to previous 1.106.2.35 , to branch point 1.106
by hunmonk. whitespace removal.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 15:09:09 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.161: +57 -57 lines
Diff to previous 1.161
whitespace removal.

Revision 1.106.2.19.2.58 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 15:32:41 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.57: +3 -3 lines
Diff to previous 1.106.2.19.2.57 , to branch point 1.106.2.19
fix typo in settings form HTML.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 15:31:34 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160
fix typo in settings form HTML.

Revision 1.106.2.19.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 00:27:57 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-2
Changes since 1.106.2.19.2.56: +4 -4 lines
Diff to previous 1.106.2.19.2.56 , to branch point 1.106.2.19
#103806 by hunmonk: pager count query not correct. missing distinct. also place OR clauses for user in parentheses for proper precedence.

Revision 1.106.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 00:26:02 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.106.2.34: +3 -3 lines
Diff to previous 1.106.2.34 , to branch point 1.106
#103806 by hunmonk: pager count query not correct. missing distinct. also place OR clauses for user in parentheses for proper precedence.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 00:20:07 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.159: +3 -3 lines
Diff to previous 1.159
#103806 by hunmonk: pager count query not correct. missing distinct. also place OR clauses for user in parentheses for proper precedence.

Revision 1.106.2.19.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 18:07:25 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.55: +32 -1 lines
Diff to previous 1.106.2.19.2.55 , to branch point 1.106.2.19
#91195 by dww: Fixed bug where cvs_get_version_from_tag() was assumed
to exist, but was only implemented in cvs_local.inc.  Now, the function
is defined in cvs.module, but if cvs_local_get_tag_from_version()
exists (from cvs_local.inc), that implementation is used, instead.
The same fix has also been made for cvs_get_tag_from_version().

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 16 18:07:08 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.158: +32 -1 lines
Diff to previous 1.158
#91195 by dww: Fixed bug where cvs_get_version_from_tag() was assumed
to exist, but was only implemented in cvs_local.inc.  Now, the function
is defined in cvs.module, but if cvs_local_get_tag_from_version()
exists (from cvs_local.inc), that implementation is used, instead.
The same fix has also been made for cvs_get_tag_from_version().

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 15 18:27:20 2007 UTC (2 years, 3 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.157: +48 -48 lines
Diff to previous 1.157
#159419 by hunmonk -- postgres support.  NOTE: this is only a first step, postgres still is not fully supported for the module!  the xcvs scripts are still mysql-specific.

Revision 1.106.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 03:15:39 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.106.2.33: +15 -14 lines
Diff to previous 1.106.2.33 , to branch point 1.106
#161084 by dww: Backporting the fix for $admin_access, since the menu
items were already properly cached in this branch.

Revision 1.106.2.19.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 03:15:38 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.54: +15 -14 lines
Diff to previous 1.106.2.19.2.54 , to branch point 1.106.2.19
#161084 by dww: Backporting the fix for $admin_access, since the menu
items were already properly cached in this branch.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 23 03:15:36 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.156: +20 -17 lines
Diff to previous 1.156
#161084 by dww: Fixed menu definition for many items that could be cached.
Since most menu items are now in the same code block, added an
admin_access variable for clarity about what items have what access.

Revision 1.106.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 18:46:23 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.32: +8 -8 lines
Diff to previous 1.106.2.32 , to branch point 1.106
#143764: Fixed some untranslatable strings in cvs.module.

Revision 1.106.2.19.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 18:46:04 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.53: +7 -7 lines
Diff to previous 1.106.2.19.2.53 , to branch point 1.106.2.19
#143764: Fixed some untranslatable strings in cvs.module.

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 18:45:50 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.155: +8 -8 lines
Diff to previous 1.155
#143764: Fixed some untranslatable strings in cvs.module.

Revision 1.106.2.19.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:39:26 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.52: +12 -6 lines
Diff to previous 1.106.2.19.2.52 , to branch point 1.106.2.19
#158813 by aclight and dww: node/X/cvs-access does not check the
current cvs account status of maintainers.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:39:23 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.154: +11 -5 lines
Diff to previous 1.154
#158813 by aclight and dww: node/X/cvs-access does not check the
current cvs account status of maintainers.

Revision 1.106.2.19.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:02:00 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.51: +32 -17 lines
Diff to previous 1.106.2.19.2.51 , to branch point 1.106.2.19
#150374 by aclight and dww: Allow manual upload releases if a project
isn't pointing to a CVS repository, even if cvslog module is enabled.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 06:01:55 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.153: +31 -16 lines
Diff to previous 1.153
#150374 by aclight and dww: Allow manual upload releases if a project
isn't pointing to a CVS repository, even if cvslog module is enabled.

Revision 1.106.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:27:36 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.31: +2 -1 lines
Diff to previous 1.106.2.31 , to branch point 1.106
#152790 by aclight: Fix breadcrumbs on CVS access page.

Revision 1.106.2.19.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:27:31 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.50: +2 -1 lines
Diff to previous 1.106.2.19.2.50 , to branch point 1.106.2.19
#152790 by aclight: Fix breadcrumbs on CVS access page.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 19 23:27:24 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.152: +2 -1 lines
Diff to previous 1.152
#152790 by aclight: Fix breadcrumbs on CVS access page.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 04:49:30 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.151: +3 -3 lines
Diff to previous 1.151
#151971: don't use drupal_goto() at the end of FAPI submit handlers

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 9 22:55:01 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.150: +27 -1 lines
Diff to previous 1.150
#149029 by aclight: cvs_mail_user() used to send blank email when
status==disabled.  Now, there's another email setting for this case.

Revision 1.106.2.19.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 01:00:48 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.49: +2 -2 lines
Diff to previous 1.106.2.19.2.49 , to branch point 1.106.2.19
#148646 by ChrisKennedy: Error in _cvs_directory_fix()

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 2 01:00:44 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.149: +2 -2 lines
Diff to previous 1.149
#148646 by ChrisKennedy: Error in _cvs_directory_fix()

Revision 1.106.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 16:19:43 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.30: +2 -2 lines
Diff to previous 1.106.2.30 , to branch point 1.106
#147619: wrong column name for tablesort_sql() in cvs_repostory().

Revision 1.106.2.19.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 16:19:41 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.48: +2 -2 lines
Diff to previous 1.106.2.19.2.48 , to branch point 1.106.2.19
#147619: wrong column name for tablesort_sql() in cvs_repostory().

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 16:19:36 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148
#147619: wrong column name for tablesort_sql() in cvs_repostory().

Revision 1.106.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 21:39:22 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.29: +2 -2 lines
Diff to previous 1.106.2.29 , to branch point 1.106
#143745: missing table prefix in cvs_get_contributed_projects().

Revision 1.106.2.19.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 21:39:19 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.47: +2 -2 lines
Diff to previous 1.106.2.19.2.47 , to branch point 1.106.2.19
#143745: missing table prefix in cvs_get_contributed_projects().

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 13 21:39:15 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147
#143745: missing table prefix in cvs_get_contributed_projects().

Revision 1.106.2.19.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 22:55:04 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.46: +9 -2 lines
Diff to previous 1.106.2.19.2.46 , to branch point 1.106.2.19
#111400: file upload UI not always removed when editing release nodes

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 22:55:01 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.146: +8 -1 lines
Diff to previous 1.146
#111400: file upload UI not always removed when editing release nodes

Revision 1.106.2.19.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 22:03:12 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.45: +23 -9 lines
Diff to previous 1.106.2.19.2.45 , to branch point 1.106.2.19
#89699: make release node form smarter when editing HEAD releases (part 1):
now, when a release owner (even a non-admin) is editing a HEAD release
node, if there's another CVS branch that a) matches the same version
info as is currently contained in the release node and b) isn't
already in use, that branch will be a valid choice for the CVS branch
drop-down, so users can move the HEAD release to point to the other
branch.  For example, if they had HEAD pointing to "5.x-2.x-dev", and
then they made a DRUPAL-5--2 branch, they could just move the HEAD
release node to point to the new branch, and then make a new HEAD node
for "6.x-1.x-dev" or "5.x-3.x-dev" or whatever they wanted.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 22:03:07 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.145: +23 -9 lines
Diff to previous 1.145
#89699: make release node form smarter when editing HEAD releases (part 1):
now, when a release owner (even a non-admin) is editing a HEAD release
node, if there's another CVS branch that a) matches the same version
info as is currently contained in the release node and b) isn't
already in use, that branch will be a valid choice for the CVS branch
drop-down, so users can move the HEAD release to point to the other
branch.  For example, if they had HEAD pointing to "5.x-2.x-dev", and
then they made a DRUPAL-5--2 branch, they could just move the HEAD
release node to point to the new branch, and then make a new HEAD node
for "6.x-1.x-dev" or "5.x-3.x-dev" or whatever they wanted.

Revision 1.106.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 01:35:05 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.28: +2 -2 lines
Diff to previous 1.106.2.28 , to branch point 1.106
#120122 by halkeye: missing table prefix {}s around {users} table in
query for project/developers/[projectid].

Revision 1.106.2.19.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 01:35:03 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.44: +2 -2 lines
Diff to previous 1.106.2.19.2.44 , to branch point 1.106.2.19
#120122 by halkeye: missing table prefix {}s around {users} table in
query for project/developers/[projectid].

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 1 01:34:58 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.144: +1 -1 lines
Diff to previous 1.144
#120122 by halkeye: missing table prefix {}s around {users} table in
query for project/developers/[projectid].

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 22:51:46 2007 UTC (2 years, 9 months ago) by dww
Branch: MAIN
Changes since 1.143: +28 -5 lines
Diff to previous 1.143
#114356: allow custom validation mapping between "project type"
taxonomy terms and the root of the cvs directory for a project.

Revision 1.106.2.19.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 11:27:43 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.43: +7 -5 lines
Diff to previous 1.106.2.19.2.43 , to branch point 1.106.2.19
#105196 (by ChrisKennedy with cleanup by dww): Show time in CVS log.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 11:27:36 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.142: +6 -5 lines
Diff to previous 1.142
#105196 (by ChrisKennedy with cleanup by dww): Show time in CVS log.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 20 17:51:58 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.141: +1 -1 lines
Diff to previous 1.141
#111132: fatal error on CVS application: was still calling module_exist().

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 11:30:43 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.140: +3 -3 lines
Diff to previous 1.140
fixing link to cvs application in description for 'CVS accounts' admin page.

Revision 1.106.2.19.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 11:42:30 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.42: +13 -8 lines
Diff to previous 1.106.2.19.2.42 , to branch point 1.106.2.19
#108232: remove validation for leading/trailing slashes on the CVS
directory field and just modify the data ourselves when we save it.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 11:42:23 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.139: +13 -8 lines
Diff to previous 1.139
#108232: remove validation for leading/trailing slashes on the CVS
directory field and just modify the data ourselves when we save it.

Revision 1.106.2.19.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 10:20:21 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.41: +4 -4 lines
Diff to previous 1.106.2.19.2.41 , to branch point 1.106.2.19
#108165: don't perform the extra validation checks on the CVS
directory field for users that have 'administer projects' permission.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 10:20:17 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.138: +4 -4 lines
Diff to previous 1.138
#108165: don't perform the extra validation checks on the CVS
directory field for users that have 'administer projects' permission.

Revision 1.106.2.19.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 09:48:28 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.40: +40 -26 lines
Diff to previous 1.106.2.19.2.40 , to branch point 1.106.2.19
#108110: allow "none" as a valid choice for CVS repository, and then
don't require a CVS directory.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 09:48:22 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.137: +40 -27 lines
Diff to previous 1.137
#108110: allow "none" as a valid choice for CVS repository, and then
don't require a CVS directory.

Revision 1.106.2.19.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 09:31:06 2007 UTC (2 years, 10 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.39: +12 -12 lines
Diff to previous 1.106.2.19.2.39 , to branch point 1.106.2.19
#108109: Remove the 'Projects that can select their CVS repository'
setting in favor of the 'administer projects' permission.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 10 09:31:02 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.136: +12 -12 lines
Diff to previous 1.136
#108109: Remove the 'Projects that can select their CVS repository'
setting in favor of the 'administer projects' permission.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 22:52:04 2007 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.135: +19 -8 lines
Diff to previous 1.135
#105558: only project admins can associate version taxonomy with
release nodes - using the latest form_get_options() helper in core.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 01:25:35 2006 UTC (2 years, 10 months ago) by dww
Branch: MAIN
Changes since 1.134: +14 -21 lines
Diff to previous 1.134
#105558: only project admins can associate version taxonomy with
release nodes. this was yet another bug from #24023. thankfully, a
core helper method form_get_option_key() just got committed. ;)

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 28 02:06:46 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.133: +11 -12 lines
Diff to previous 1.133
#101150 (patch 15 by hunmonk and dww): fixing the "CVS access" tab and
the confirm_form() for FAPI pull usage, function name vs. form_id, etc.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 25 21:39:16 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.132: +4 -4 lines
Diff to previous 1.132
#105209: cvs_search() conflicts with hook_search()

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

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 21:52:41 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.130: +575 -245 lines
Diff to previous 1.130
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-1 into HEAD:
#97031, #97128, #97735, #97789, #101034, #101170, #101174, #101335, #101338

Revision 1.106.2.19.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 04:11:15 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-1
Changes since 1.106.2.19.2.38: +14 -8 lines
Diff to previous 1.106.2.19.2.38 , to branch point 1.106.2.19
#101339 by Zen: string fixes (mostly for the account-related emails).

Revision 1.106.2.19.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 04:05:21 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.37: +7 -7 lines
Diff to previous 1.106.2.19.2.37 , to branch point 1.106.2.19
remove even more stray whitespace

Revision 1.106.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 04:04:27 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.106.2.27: +10 -10 lines
Diff to previous 1.106.2.27 , to branch point 1.106
remove stray whitespace

Revision 1.106.2.19.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 04:01:17 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.36: +3 -3 lines
Diff to previous 1.106.2.19.2.36 , to branch point 1.106.2.19
remove some stray whitespace.

Revision 1.106.2.19.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 04:00:21 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.35: +8 -2 lines
Diff to previous 1.106.2.19.2.35 , to branch point 1.106.2.19
#101338 by Zen: Set status to pending instead of queued if an
application has been responded to.

Revision 1.106.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 03:56:01 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.26: +2 -2 lines
Diff to previous 1.106.2.26 , to branch point 1.106
#101335: Motivation field fixes. Backport to DRUPAL-4-7 by me.

Revision 1.106.2.19.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 03:55:57 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.34: +4 -5 lines
Diff to previous 1.106.2.19.2.34 , to branch point 1.106.2.19
#101335 by Zen: Motivation field fixes

Revision 1.106.2.19.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 01:01:16 2006 UTC (2 years, 11 months ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.33: +66 -18 lines
Diff to previous 1.106.2.19.2.33 , to branch point 1.106.2.19
#101174: CVS reapplication feature added.

Revision 1.106.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 00:40:40 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.25: +8 -10 lines
Diff to previous 1.106.2.25 , to branch point 1.106
#101170 by Zen: just return output on a bunch of pages, don't "print
theme('page' ...);".  backport from DRUPAL-4-7--2 by me.

Revision 1.106.2.19.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 00:28:45 2006 UTC (2 years, 11 months ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.32: +16 -13 lines
Diff to previous 1.106.2.19.2.32 , to branch point 1.106.2.19
#101170: Remove check_plains from mail body + other minor fixes.

Revision 1.106.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 3 01:56:09 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.24: +3 -3 lines
Diff to previous 1.106.2.24 , to branch point 1.106
#101034 by AjK: Two settings form element names not aligned with
system variable name.  backport from DRUPAL-4-7--2.

Revision 1.106.2.19.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 3 01:56:05 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.31: +4 -4 lines
Diff to previous 1.106.2.19.2.31 , to branch point 1.106.2.19
#101034 by AjK: Two settings form element names not aligned with
system variable name.

Revision 1.106.2.19.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 21:35:31 2006 UTC (2 years, 11 months ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.30: +3 -3 lines
Diff to previous 1.106.2.19.2.30 , to branch point 1.106.2.19
Use correct variable in cvs_mail_user().

Revision 1.106.2.19.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 15:02:49 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.29: +247 -77 lines
Diff to previous 1.106.2.19.2.29 , to branch point 1.106.2.19
#97031 (#7): CVS application form fixes + move all strings to the settings page.

Revision 1.106.2.19.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 00:27:08 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.28: +57 -67 lines
Diff to previous 1.106.2.19.2.28 , to branch point 1.106.2.19
#97789: AjK, dww and myself - UI fixes.

Revision 1.106.2.19.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 22:06:26 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.27: +3 -3 lines
Diff to previous 1.106.2.19.2.27 , to branch point 1.106.2.19
$result should be $account.

Revision 1.106.2.19.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 13:09:44 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.26: +86 -9 lines
Diff to previous 1.106.2.19.2.26 , to branch point 1.106.2.19
#97789: UI improvements for CVS account management
(patch by AjK with minor edits by me):
- Changes the status "pending response" to "queued"
- Adds a new status "disabled"
- You can now filter the account overview page by status
- Paginates the list of cvs accounts on the accounts overview page

Revision 1.106.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 22:49:58 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.23: +4 -7 lines
Diff to previous 1.106.2.23 , to branch point 1.106
undoing revisions 1.106.2.22 and 1.106.2.23.  this was a new feature
that was supposed to be added to DRUPAL-4-7--2, but was mistakenly
implemented for and committed to the wrong branch (DRUPAL-4-7).

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 21:34:29 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.129: +4 -7 lines
Diff to previous 1.129
undoing revision 1.129: wrong branch for that commit.  should have
been (a different patch) for DRUPAL-4-7--2, then merged into HEAD later.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 11:46:02 2006 UTC (3 years ago) by killes
Branch: MAIN
Changes since 1.128: +8 -5 lines
Diff to previous 1.128
#97735, Extra application status...., patch by AjK

Revision 1.106.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 11:43:27 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.22: +2 -3 lines
Diff to previous 1.106.2.22 , to branch point 1.106
cleanup

Revision 1.106.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 15 11:42:03 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.21: +9 -5 lines
Diff to previous 1.106.2.21 , to branch point 1.106
#97735, patch by AjK, Extra application status

Revision 1.106.2.19.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 18:43:13 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.25: +3 -3 lines
Diff to previous 1.106.2.19.2.25 , to branch point 1.106.2.19
Fix URLs.

Revision 1.106.2.19.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 14:09:38 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.24: +1 -2 lines
Diff to previous 1.106.2.19.2.24 , to branch point 1.106.2.19
Remove errant /**.

Revision 1.106.2.19.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 10:58:39 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.23: +5 -3 lines
Diff to previous 1.106.2.19.2.23 , to branch point 1.106.2.19
#97128: don't make body required for project admins

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 08:01:59 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.127: +2 -1 lines
Diff to previous 1.127
#94000: adding $Name$ tags for automated version identification

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

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

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 07:36:56 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.126: +390 -31 lines
Diff to previous 1.126
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-0 into HEAD
(#94000: the entire diff for the new release system)

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 07:28:02 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.125: +8 -23 lines
Diff to previous 1.125
applying revision 1.106.2.16 (by killes) from DRUPAL-4-7 branch to HEAD

Revision 1.106.2.19.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 20:42:12 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.21: +29 -12 lines
Diff to previous 1.106.2.19.2.21 , to branch point 1.106.2.19
#97031: CVS application form & other minor fixes.

Revision 1.106.2.19.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 11 16:13:56 2006 UTC (3 years ago) by karthik
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.20: +160 -147 lines
Diff to previous 1.106.2.19.2.20 , to branch point 1.106.2.19
#93089: Move user/uid/edit/cvs form from hook_user to a menu callback.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 10:03:32 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.124: +8 -1 lines
Diff to previous 1.124
#92634: better validation of "cvs directory" field on the project node

Revision 1.106.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 09:58:12 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.106.2.19: +8 -1 lines
Diff to previous 1.106.2.19 , to branch point 1.106
#92634: better validation of "cvs directory" field on the project node
(backport from DRUPAL-4-7--2)

Revision 1.106.2.19.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 09:56:47 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
CVS Tags: DRUPAL-4-7--2-0
Changes since 1.106.2.19.2.19: +8 -1 lines
Diff to previous 1.106.2.19.2.19 , to branch point 1.106.2.19
#92634: securing packaging script and other potential exploits by more
rigorous validation of "cvs directory" and version format string: they
can now only be alphanumeric with a few safe punctuation (e.g. "_-").
patch by dww from comment 3, with input from Heine, review by Kjartan.

Revision 1.106.2.19.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 19:47:24 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.18: +7 -3 lines
Diff to previous 1.106.2.19.2.18 , to branch point 1.106.2.19
#93161: required field error when using 'Retry' button (converting
"Retry" from a form button to a simple link that sends us to the start
of the form again, since that solves all the problems).

Revision 1.106.2.19.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 7 18:50:31 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.17: +4 -4 lines
Diff to previous 1.106.2.19.2.17 , to branch point 1.106.2.19
#90538: use "*-1.x-dev" for version strings of snapshots from branches.

Revision 1.106.2.19.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 5 22:12:42 2006 UTC (3 years ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.16: +15 -1 lines
Diff to previous 1.106.2.19.2.16 , to branch point 1.106.2.19
#93115: notify user of delay from packaging when adding release nodes

Revision 1.106.2.19.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:18:20 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.15: +6 -15 lines
Diff to previous 1.106.2.19.2.15 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_18.txt:
- much more consistent formatting and use of fieldsets in the forms
  for adding and editing releases.
- renamed "CVS tag" on the first page to "CVS identifier", and
  thereafter, it's either "CVS tag" or "CVS branch" depending on what
  you picked.
- removed a final spot where we were automatically adding 'HEAD' as a
  choice to a list of possible branches -- we only want HEAD as an
  option if there are no releases already pointing to it.

Revision 1.106.2.19.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:12:01 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.14: +8 -9 lines
Diff to previous 1.106.2.19.2.14 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_15.txt:
fixed a weird bug for when project admins try to edit a release node
that's from a tag, not a branch. previously, we ended up generating an
empty array of options for the "CVS tag" field, but now we include any
tags that don't have current releases. plus, we always re-include the
existing tag as an option for the admin in this case.

Revision 1.106.2.19.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:04:56 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.13: +19 -8 lines
Diff to previous 1.106.2.19.2.13 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_13.txt:
- only present 'HEAD' as a choice if there's no HEAD release already.
- if there are no available tags, print a more helpful message and turn
  the 'Next' button into 'Retry'
- fixed a bug where we were still trying to validate the version
  form elements when you submitted a release from a tag.

Revision 1.106.2.19.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:03:24 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.12: +19 -3 lines
Diff to previous 1.106.2.19.2.12 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_12.txt:
minor cosmetic changes to the release form UI: once we land on the
final page, we group the cvs tag and version string fields into a
fieldset that a) floats them together to take less space and b) adds a
description about how they can't be modified at this stage. also works
when editing an existing release. finally, set the weight of this
fieldset to -4, not -10, so that the title (-5) is always at the top.

Revision 1.106.2.19.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 09:01:46 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.11: +8 -1 lines
Diff to previous 1.106.2.19.2.11 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_11.txt:
- cvs_local.example.inc properly associates tag names to the right
  taxonomy term, for both "DRUPAL-4-7*" and "DRUPAL-5*" kinds of tags.
- if the api compatibility is known on page 1 via the tag, when we
  land on the final page, the compatibility selector only has that
  option and it's selected by default.

Revision 1.106.2.19.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:59:51 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.10: +51 -5 lines
Diff to previous 1.106.2.19.2.10 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_10.txt:
big changes for the move to project_release's taxonomy for compatibility:
- remove all references to api_(major|minor)
- add real N-page goodness to the autogenerated taxonomy (if in use).
- once you land on the final page, there's only the selected
  compatibility as an option (i.e., you can't change it once you land on
  the last page, since the version string has already been determined on
  page 2)
- rips out all the crufty, not-really-working api_selector stuff from
  the previous patch

Revision 1.106.2.19.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:55:15 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.9: +23 -8 lines
Diff to previous 1.106.2.19.2.9 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_9.txt:
replaced all occurances of "TRUNK" with "HEAD" (see comment 9)

Revision 1.106.2.19.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:51:35 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.8: +54 -23 lines
Diff to previous 1.106.2.19.2.8 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_8.txt:
- during release node edits, give project admins the ability to change
  the branch (if it's a branch in the first place). for non admins, we
  at least show the value of the branch...
- slight cleanup of the form_alter() code: $release was basically dead
  code, and we don't set pre_render() unless we have to.
- removed some now-stale TODO comments and code
- changes to keep up with the version element fieldset's current
  location in $form.

Revision 1.106.2.19.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:48:58 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.7: +25 -4 lines
Diff to previous 1.106.2.19.2.7 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_7.txt:
- fix validation weirdness with the body field, so that it really is
  required at the right times
- changes to keep up with release_as_node.patch_16.txt in terms of the
  fieldset and new version-number validation goodness
- added a few more doxygen comments about some of the treachery with
  this form

Revision 1.106.2.19.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:46:42 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.6: +85 -56 lines
Diff to previous 1.106.2.19.2.6 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_6.txt:
handle the TRUNK special case: if you select 'TRUNK' as the tag on
page 1, you go to another page to fill in the version info before you
get to the final page to actually submit.

Revision 1.106.2.19.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:44:56 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.5: +7 -2 lines
Diff to previous 1.106.2.19.2.5 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_5.txt:
- renamed all occurances of "super" with "API" to be more reasonable
  and clear. so, it's now the "API major version", "version_api_major"...
- inside project_release_db_save() if we've got a non-numeric value
  for version_patch, just unset it and leave it as a NULL in the DB
  (e.g. for "4.7.x-dev" core releases).

Revision 1.106.2.19.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:42:30 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.4: +19 -27 lines
Diff to previous 1.106.2.19.2.4 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_4.txt (by dww, with help from chx, merlin + eaton):
fixed the remaining 2-page form badness:
- 'disabled' form elements don't show up in $_POST, we need
  'readonly', instead...
- removed some debugging code and other cruft
- removed the cvs_project_release_form_validate() function we're not
  using at all
- on page 2, the version string is now only 30 chars wide

Revision 1.106.2.19.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:38:09 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.3: +136 -56 lines
Diff to previous 1.106.2.19.2.3 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_3-broken.txt:
1st stab at 2-page form for first selecting the tag, then everything
else, when adding a release.

Revision 1.106.2.19.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 08:35:06 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.2: +16 -48 lines
Diff to previous 1.106.2.19.2.2 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_2.txt:
= moves d.o-specific hacks into cvs_local.inc, though the file we'll
  ship will be called cvs_local.example.inc so that sites will have to
  copy it into place and edit it for their own needs if they want.
= fixed some bugs in cvs_get_version_from_tag():
 - need to pass in the $project object for core-specific logic
 - have to tell the difference between DRUPAL-4-7 branch and DRUPAL-5-0
   release tag
 - a little bit more empty() vs. isset() badness dealing with 0 values...
= branches and tags are now sorted nicely and grouped together in the
  drop-down when selecting the tag on the release node form.

Revision 1.106.2.19.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 07:53:22 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19.2.1: +19 -5 lines
Diff to previous 1.106.2.19.2.1 , to branch point 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
cvs_release_node.patch_1.txt by dww:
- now use '--' as the delimiter between the core API part of branch/tag
  names, instead of the dreaded '_'
- we call the 2 module-specifc digits of the version number major.patch
  to match core.
- added some more //TODO comments
- if we're selecting a tag, we shouldn't present the option to upload
  the file, since we'll want the tarball automatically attached to the
  node once the packaging script completes.

Revision 1.106.2.19.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 25 07:50:28 2006 UTC (3 years, 1 month ago) by dww
Branch: DRUPAL-4-7--2
Changes since 1.106.2.19: +147 -31 lines
Diff to previous 1.106.2.19
#84706: port cvs.module to releases-as-nodes (also #58066, #75053, #83339)
original cvs_release_node.patch.txt by dww:
- alter the project_release node form to add a cvs tag selector (instead
  of manually inputting the version numbers, you just select the tag and
  we figure out the version number for you)
- alter the project_project node form to provide some additional
  project-wide settings related to cvs integration

Revision 1.106.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 18 10:37:43 2006 UTC (3 years, 2 months ago) by dww
Branch: DRUPAL-4-7
Branch point for: DRUPAL-4-7--2
Changes since 1.106.2.18: +84 -25 lines
Diff to previous 1.106.2.18 , to branch point 1.106
#83332: store tag/branch info in new {cvs_tags} table
this is an essential step towards the new release system (#77562)

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 18 10:37:32 2006 UTC (3 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.123: +84 -25 lines
Diff to previous 1.123
#83332: store tag/branch info in new {cvs_tags} table
this is an essential step towards the new release system (#77562)

Revision 1.106.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 10 06:33:49 2006 UTC (3 years, 2 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.17: +1 -4 lines
Diff to previous 1.106.2.17 , to branch point 1.106
removed a now-bogus comment and some extra newlines

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 10 06:33:42 2006 UTC (3 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.122: +1 -4 lines
Diff to previous 1.122
removed a now-bogus comment and some extra newlines

Revision 1.106.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 09:55:15 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.16: +2 -2 lines
Diff to previous 1.106.2.16 , to branch point 1.106
#79123: missing {} around some table names (patch by sanduhrs)

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 09:55:05 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121
#79123: missing {} around some table names (patch by sanduhrs)

Revision 1.106.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 00:27:53 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.15: +8 -23 lines
Diff to previous 1.106.2.15 , to branch point 1.106
ripping out cache stuff, re-add DISTINCT to one query

Revision 1.106.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 08:51:55 2006 UTC (3 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.14: +4 -4 lines
Diff to previous 1.106.2.14 , to branch point 1.106
#74238: add indexes and/or optimize DB queries (patch from comment 3,
updated to apply cleanly after recent changes from killes).

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 9 08:51:51 2006 UTC (3 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.120: +4 -4 lines
Diff to previous 1.120
#74238: add indexes and/or optimize DB queries (patch from comment 3,
updated to apply cleanly after recent changes from killes).

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 01:06:05 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.119: +3 -3 lines
Diff to previous 1.119
fixing caching of expensive queries, now the real fix

Revision 1.106.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 01:00:58 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.13: +3 -3 lines
Diff to previous 1.106.2.13 , to branch point 1.106
fixing caching of expensive queries, now the real fix

Revision 1.106.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 00:54:48 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.12: +10 -10 lines
Diff to previous 1.106.2.12 , to branch point 1.106
fixing caching of expensive queries

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 1 00:52:29 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.118: +10 -10 lines
Diff to previous 1.118
fixing caching of expensive queries

Revision 1.106.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:27:04 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.106.2.11: +2 -2 lines
Diff to previous 1.106.2.11 , to branch point 1.106
backport from head for autocompletion

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:25:06 2006 UTC (3 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.117: +2 -2 lines
Diff to previous 1.117
fixing autocompletion

Revision 1.106.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 21 01:35:47 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.10: +3 -3 lines
Diff to previous 1.106.2.10 , to branch point 1.106
#69921: "leading slash" redundancy (patch by eafarris + dww)

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 21 01:35:41 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.116: +3 -3 lines
Diff to previous 1.116
#69921: "leading slash" redundancy (patch by eafarris + dww)

Revision 1.106.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 00:26:38 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.9: +5 -4 lines
Diff to previous 1.106.2.9 , to branch point 1.106
#66355: fixing another bug from the previous patch, this time dealing
with spaces vs. hyphens (e.g. "Theme engines" -> "theme-engines").
http://drupal.org/node/66355#comment-108763 for the interested reader.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 20 00:26:36 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.115: +5 -4 lines
Diff to previous 1.115
#66355: fixing another bug from the previous patch, this time dealing
with spaces vs. hyphens (e.g. "Theme engines" -> "theme-engines").
http://drupal.org/node/66355#comment-108763 for the interested reader.

Revision 1.106.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 21:31:15 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.8: +13 -2 lines
Diff to previous 1.106.2.8 , to branch point 1.106
#66355: fixing bugs from previous patch dealing with case mismatch
between the first element in the directory path (which we want to
force lowercase) and the taxonomy terms (which are Uppercase on d.o).

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 21:31:13 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.114: +13 -2 lines
Diff to previous 1.114
#66355: fixing bugs from previous patch dealing with case mismatch
between the first element in the directory path (which we want to
force lowercase) and the taxonomy terms (which are Uppercase on d.o).

Revision 1.106.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 10:46:58 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.7: +5 -5 lines
Diff to previous 1.106.2.7 , to branch point 1.106
#69681: pending/declined cvs accounts aren't handled properly in a few places

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 10:46:54 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.113: +5 -5 lines
Diff to previous 1.113
#69681: pending/declined cvs accounts aren't handled properly in a few places

Revision 1.106.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:46:03 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.6: +36 -4 lines
Diff to previous 1.106.2.6 , to branch point 1.106
#66355: better validation for the CVS directory field

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:45:58 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.112: +36 -4 lines
Diff to previous 1.112
#66355: better validation for the CVS directory field

Revision 1.106.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:43:14 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.5: +3 -3 lines
Diff to previous 1.106.2.5 , to branch point 1.106
#67594: Minor code cleanup in cvs_project_access_validate()

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:43:09 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.111: +3 -3 lines
Diff to previous 1.111
#67594: Minor code cleanup in cvs_project_access_validate()

Revision 1.106.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:40:51 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.4: +8 -4 lines
Diff to previous 1.106.2.4 , to branch point 1.106
#69547: including totals for each status value on admin/cvs/status report

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 08:40:45 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.110: +8 -4 lines
Diff to previous 1.110
#69547: including totals for each status value on admin/cvs/status report

Revision 1.106.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 04:07:19 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.3: +11 -9 lines
Diff to previous 1.106.2.3 , to branch point 1.106
#69331: php warning when no repositories are defined

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 19 04:07:13 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.109: +11 -9 lines
Diff to previous 1.109
#69331: php warning when no repositories are defined

Revision 1.106.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 16 07:29:05 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.2: +25 -13 lines
Diff to previous 1.106.2.2 , to branch point 1.106
#61701: Wording on the cvs application form is misleading.  Patch from
comment 12 by kbahey and dww.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 16 07:29:00 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.108: +25 -13 lines
Diff to previous 1.108
#61701: Wording on the cvs application form is misleading.  Patch from
comment 12 by kbahey and dww.

Revision 1.106.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 3 22:55:09 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106.2.1: +5 -5 lines
Diff to previous 1.106.2.1 , to branch point 1.106
#67124: CVS password validation is broken

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 3 22:54:52 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.107: +5 -5 lines
Diff to previous 1.107
#67124: CVS password validation is broken

Revision 1.106.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 30 19:39:07 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.106: +2 -2 lines
Diff to previous 1.106
#66322: Directory conflict error on updating existing project

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 30 19:39:01 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.106: +2 -2 lines
Diff to previous 1.106
#66322: Directory conflict error on updating existing project

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 23 22:35:48 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
#64943-comment-2: only collapse the "CVS integration" fieldset if the
CVS directory field is already filled in.

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 23 17:18:58 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104
#65099: Typo when no cvs messages are found

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 21:00:51 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103
#59504: fixing bug from previous patch (see comment 12)

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 19:39:21 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.102: +7 -1 lines
Diff to previous 1.102
#64100: (optionally) restrict project creation to users with a cvs account.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 17:48:43 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.101: +7 -2 lines
Diff to previous 1.101
#64943: make "cvs integration" fieldset collaspable + collapsed

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 14:25:38 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.100: +25 -5 lines
Diff to previous 1.100
#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.100 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 19 11:27:35 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.99: +10 -10 lines
Diff to previous 1.99
#64002: fixing minor bug from previous commit.  'administer CVS'
permission is too restrictive, since most project maintainers won't
have that.  so, we need to register the autocomplete callback with
something more permissive: 'access CVS messages' (for now).

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 19 09:44:01 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.98: +5 -1 lines
Diff to previous 1.98
#59659: disabling CVS search tab until someone can really debug it.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 19 09:41:55 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.97: +27 -2 lines
Diff to previous 1.97
#64002: CVS access tab should only autocomplete users with CVS accounts

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 16 19:18:14 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.96: +2 -1 lines
Diff to previous 1.96
fixing critical bug in revision 1.96: the validate() hook was never
initializing the $user object, so folks couldn't add maintainers.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 16 16:54:09 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.95: +36 -51 lines
Diff to previous 1.95
#62994 (comment 18): much better UI for "CVS access" tab

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 15 12:42:55 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.94: +29 -29 lines
Diff to previous 1.94
#62994: (comment 13): renaming "CVS maintainers" to "CVS access"

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 15 07:33:42 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.93: +161 -1 lines
Diff to previous 1.93
feature #62994: project maintainers UI for CVS access control.  this
access control depends new CVSROOT scripts on drupal.org.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 18:16:03 2006 UTC (3 years, 6 months ago) by karthik
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
Typo fix.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 1 09:05:31 2006 UTC (3 years, 6 months ago) by karthik
Branch: MAIN
Changes since 1.91: +111 -93 lines
Diff to previous 1.91
Minor overhaul:

-Fixed password issue.
-fapi conversion of the import form.
-Removed CVS tab from user account unless a CVS account is present.
-Fixed a few redirects.
-Appended motivation message to the approval e-mail.
-Added e-mail address to hook_settings. Default address is cvs@example.com
-Fixed typos.
-Made a few of the messages a little milder/succinct.
-Fixed "change password" link in the e-mail.
-Added a "password length" constant.
-Made eligible fields "required" and removed redundant checks.
-Replaced elseifs with ifs so that all error messages are displayed [application form].
-Changed "Declined" to "Declined / Disabled".
-Moved hardcoded list in the import form to a theme_item_list.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 10 10:30:58 2006 UTC (3 years, 7 months ago) by karthik
Branch: MAIN
Changes since 1.90: +550 -289 lines
Diff to previous 1.90
Formatting fixes; moved hook_help content from an if block to a switch block.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 7 17:55:14 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.89: +8 -3 lines
Diff to previous 1.89
fixing fixes

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 29 06:31:53 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88
fix display of cvs application form.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 28 00:44:52 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.87: +25 -25 lines
Diff to previous 1.87
fix form_alter hook

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 28 00:15:27 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.86: +3 -3 lines
Diff to previous 1.86
avois user resetting password without intention

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 27 13:27:39 2006 UTC (3 years, 8 months ago) by adrian
Branch: MAIN
Changes since 1.85: +30 -10 lines
Diff to previous 1.85
turn nodeapi(form) into form_alter hook

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 27 11:43:14 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.84: +6 -6 lines
Diff to previous 1.84
renamed variable to avoid triggering less than usefull mails.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 27 00:06:59 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.83: +7 -4 lines
Diff to previous 1.83
bugfixes

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 20:14:12 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
removing one superfluous check_url, thanks Dries.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 20:00:56 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
#50940, fix feed url

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 3 19:17:04 2006 UTC (3 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.80: +4 -4 lines
Diff to previous 1.80
- Fixed broken overview page.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 15:29:30 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.79: +57 -29 lines
Diff to previous 1.79
cache rss queries, fix profile page.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 3 23:26:50 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
removed a distinct which I hope we don't need. :p
cuts query time in two.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 3 09:22:28 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.77: +10 -6 lines
Diff to previous 1.77
- avoid joining on cvs_files when we don't need it
- changed LIKEs to =

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 27 22:15:15 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.76: +31 -50 lines
Diff to previous 1.76
fixed admin edit screen.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 26 14:55:59 2006 UTC (3 years, 10 months ago) by killes
Branch: MAIN
Changes since 1.75: +89 -85 lines
Diff to previous 1.75
fixed cvs application page.
todo: fix / integrate account approval page.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 15:27:28 2006 UTC (3 years, 10 months ago) by killes
Branch: MAIN
Changes since 1.74: +8 -17 lines
Diff to previous 1.74
Fix password encryption.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 25 03:34:02 2006 UTC (3 years, 10 months ago) by killes
Branch: MAIN
Changes since 1.73: +32 -26 lines
Diff to previous 1.73
Let users edit their cvs password. Needs some work woth the password algorithm

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 22 11:58:09 2006 UTC (3 years, 10 months ago) by killes
Branch: MAIN
Changes since 1.72: +78 -31 lines
Diff to previous 1.72
changes to allow users to change their passwords. Buggy, wsod on save.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 2 17:25:07 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71
- Some fixes and minor improvements.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 2 16:58:21 2006 UTC (3 years, 10 months ago) by jakeg
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
fixed editing of repository - http://drupal.org/node/39673

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 14 19:05:48 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.69: +2 -3 lines
Diff to previous 1.69
- Yanked the doctype for RSS feeds.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 17:35:33 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.68: +15 -11 lines
Diff to previous 1.68
more fixes by jakeg.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 16:21:02 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.67: +7 -11 lines
Diff to previous 1.67
more fixes.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 16:03:14 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.66: +11 -11 lines
Diff to previous 1.66
form API fixes, not complete yet.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 11 14:27:16 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
Fixing broken rss link for updates.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 6 19:47:55 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.64: +73 -62 lines
Diff to previous 1.64
initial port to forms API.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 22 14:03:58 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.63: +5 -1 lines
Diff to previous 1.63
fixed problem with mail when the account stays pending.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 4 08:15:09 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.62: +2 -3 lines
Diff to previous 1.62
- Fixed bug in _user() hook.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 15 10:47:02 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.61: +6 -6 lines
Diff to previous 1.61
- Change 'user' to 'username'.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 15 00:00:38 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.60: +6 -6 lines
Diff to previous 1.60
- Keeping up with HEAD: format_name(...) -> theme('user', ...)

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 19 15:25:24 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.59: +4 -4 lines
Diff to previous 1.59
- Fixed input checking.  Reported by Bart.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 31 20:16:30 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
- Fixed search by branch name.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 31 20:07:56 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.57: +4 -4 lines
Diff to previous 1.57
- Fixed search by repository

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 24 21:20:57 2005 UTC (4 years, 6 months ago) by unconed
Branch: MAIN
Changes since 1.56: +6 -3 lines
Diff to previous 1.56
- Cannot use drupal_set_html_head() in hook_init() (for cached pages). Changed so only required pages add the inline styles at the top.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 22 12:56:33 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.55: +4 -7 lines
Diff to previous 1.55
- Fixed broken diff-links.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 17 20:42:46 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.54: +7 -2 lines
Diff to previous 1.54