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

Log of /contributions/modules/cvs_deploy/cvs_deploy.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.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 07:00:55 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.20.2.2: +6 -2 lines
Diff to previous 1.20.2.2 , to branch point 1.20 , to next main 1.27
#375931 by dww: Fixed some potential PHP notices that might have been
causing trouble for running simpletest with cvs_deploy (although Dave
Reid has found the root of the trouble in core itself, this won't hurt).

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 07:00:19 2009 UTC (2 months ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.26: +6 -2 lines
Diff to previous 1.26
#375931 by dww: Fixed some potential PHP notices that might have been
causing trouble for running simpletest with cvs_deploy (although Dave
Reid has found the root of the trouble in core itself, this won't hurt).

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 06:57:34 2009 UTC (2 months ago) by dww
Branch: MAIN
Changes since 1.25: +2 -9 lines
Diff to previous 1.25
#588514 by Dave Reid: Removed pre-6.11 core fallback code from the D7 version.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 21:04:14 2009 UTC (3 months ago) by dww
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24
#552506 by dww: Fixed for latest D7 file API that was changed in #517814.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 08:48:03 2009 UTC (5 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
#490540 by dww: Fixed D7 version that was broken by #380064.

Revision 1.9.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 19:24:36 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.10: +15 -4 lines
Diff to previous 1.9.2.10 , to branch point 1.9 , to next main 1.27
#235425 by dww: Fixed bug that caused HEAD releases to always be considered
"Not supported" during cron runs.  This requires update_status version
5.x-2.4 and later (see #155450) to solve the bug, but the rest of
cvs_deploy will still work with older versions of updates_status.

Revision 1.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 07:29:32 2009 UTC (6 months, 4 weeks ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.20.2.1: +13 -3 lines
Diff to previous 1.20.2.1 , to branch point 1.20
#235425 by dww: Fixed a bug that caused HEAD releases to always be
considered "Not supported" during cron runs. This requires update
module from Drupal core version 6.11 (#220592) to actually fix the
bug, but the code here still works with older versions of core.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 07:27:48 2009 UTC (6 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.22: +13 -3 lines
Diff to previous 1.22
#235425 by dww: Fixed bug that caused HEAD releases to always be
considered "Not supported" during cron runs. This requires changes to
the core update module from #220592, but still works with older versions.

Revision 1.9.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:40:41 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.9: +2 -2 lines
Diff to previous 1.9.2.9 , to branch point 1.9
Fixed another minor code style bug from coder.module.

Revision 1.9.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:37:16 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.8: +5 -5 lines
Diff to previous 1.9.2.8 , to branch point 1.9
Fixed some minor code style bugs from coder.module.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:36:55 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21
Fixed some minor code style bugs from coder.module.

Revision 1.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:36:00 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
Fixed some minor code style bugs from coder.module.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 23:00:12 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
#315899 by drewish: Ported to D7 (as of UNSTABLE-1). Wow, that was easy. ;)

Revision 1.9.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 22:54:38 2008 UTC (13 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.7: +6 -6 lines
Diff to previous 1.9.2.7 , to branch point 1.9
#235425 by dww and Junyor: Fixed bug where HEAD releases were always
considered unsupported (patches from comments 2 and 8).  This is still
broken during cron, but this is a partial solution.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 22:54:32 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
#235425 by dww and Junyor: Fixed bug where HEAD releases were always
considered unsupported (patches from comments 2 and 8).  This is still
broken during cron, but this is a partial solution.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 22:02:34 2008 UTC (21 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.18: +2 -1 lines
Diff to previous 1.18
#220624 by Lynn: Fixed undefined variable warning.

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 21:00:28 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.9.2.6: +2 -2 lines
Diff to previous 1.9.2.6 , to branch point 1.9
#213014 by dww: Fixed bug in resolving 'HEAD' versions that was caused
by using an empty project name when looking up releases in the cached
data of available updates from the update_status module.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 08:06:06 2008 UTC (22 months ago) by dww
Branch: MAIN
Changes since 1.17: +36 -1 lines
Diff to previous 1.17
#184664 by dww: Added support to discover the correct 'project'
attribute for modules based on the CVS/Repository file. This fixed a
bug in update.module when you install into subdirectories of the
'modules' folder (for example, sites/all/modules/contrib/foo).

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 04:16:59 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.5: +39 -4 lines
Diff to previous 1.9.2.5 , to branch point 1.9
#184664 by dww: Added support to discover the correct 'project'
attribute for modules based on the CVS/Repository file. This fixed a
bug in update_status when you install into subdirectories of the
'modules' folder (for example, sites/all/modules/contrib/foo).

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 18:56:37 2008 UTC (22 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.16: +3 -10 lines
Diff to previous 1.16
#158526: Fixed bug introduced in revision 1.15 where the version was
not being properly altered due to function parameter confusion.

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 17:59:27 2008 UTC (22 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.4: +18 -17 lines
Diff to previous 1.9.2.4 , to branch point 1.9
#211259: When altering the .info array for a given project, also use
the most recently modified CVS/Entries file for the '_info_file_ctime'
field (to know when to flush the cache of available updates (#208687)).

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 20 17:59:24 2008 UTC (22 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.15: +18 -17 lines
Diff to previous 1.15
#211259: When altering the .info array for a given project, also use
the most recently modified CVS/Entries file for the '_info_file_ctime'
field (to know when to flush the cache of available updates (#209242)).

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 20:07:24 2008 UTC (22 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.14: +60 -2 lines
Diff to previous 1.14
#158526: Added better support for deploying from the end of a branch
(equivalent to using a -dev snapshot release) by finding the latest
mtime on all the CVS/Entries files in a given project and using that
value for the 'datestamp' .info file attribute (used by update_status
to compare dates for -dev release to see if the site needs an update).

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 19:52:41 2008 UTC (22 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.3: +62 -4 lines
Diff to previous 1.9.2.3 , to branch point 1.9
#158526: Added better support for deploying from the end of a branch
(equivalent to using a -dev snapshot release) by finding the latest
mtime on all the CVS/Entries files in a given project and using that
value for the 'datestamp' .info file attribute (used by update_status
to compare dates for -dev release to see if the site needs an update).
Note: this change requires at least revision 1.83.2.27 of
update_status.module (which will soon be released as version 5.x-2.1).

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 17:52:21 2008 UTC (22 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.9.2.2: +8 -4 lines
Diff to previous 1.9.2.2 , to branch point 1.9
#211232: Once #208687 landed in update_status.module, cvs_deploy
caused infinite recursion if there was a module (or core) deployed
from HEAD. Instead of invoking update_status_get_available(), the code
now gets the available update data directly from the cache.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 17 17:52:05 2008 UTC (22 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.13: +8 -4 lines
Diff to previous 1.13
#211232: Once #209242 landed in update.module, cvs_deploy caused
infinite recursion if there was a module (or core) deployed from
HEAD. Instead of invoking update_get_available(), the code now gets
the available update data directly from the cache.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 07:04:35 2008 UTC (22 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.12: +5 -4 lines
Diff to previous 1.12
#208741: Fixed a bug where cvs_deploy was still checking for
"update_status" and using "update_status_" prefixed functions, none of
which exists in 6.x, since "update_status" was renamed to "update".

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 11 06:48:52 2008 UTC (22 months, 2 weeks ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.9.2.1: +3 -3 lines
Diff to previous 1.9.2.1 , to branch point 1.9
#172458: Modified code to explicitly check for the 5.x-2.* versions of
update_status functions we want, so cvs_deploy will gracefully degrade
if update_status version 5.x-1.* is still in use.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 8 17:19:38 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
Fixed obscure E_ALL notice when a .info file doesn't have a version
and there's no CVS directory.  This would only happen for custom
modules that don't define their own version, since anything from
drupal.org will either be deployed from CVS or from a tarball that
includes the version in the .info file. (Bug only present in HEAD).

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 28 19:00:12 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
#162737: Fixed bug on modules page confirm form caused by blindly
adding the human-readable version strings to the form, even if it's
just the confirm form and there's no table of modules.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 00:11:20 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.10: +12 -29 lines
Diff to previous 1.10
#155175: Ported to hook_system_info_alter() [#152926]

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 09:34:59 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Initial port to D6 API.  This will probably undergo many changes as
update_status moves into core, but everything is currently working.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 09:18:45 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-BETA
Branch point for: DRUPAL-5
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
Adding a README.txt and minor comment cleanup to prepare for a release.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 20 20:45:44 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.7: +30 -10 lines
Diff to previous 1.7
#152387: Use tag info in update_status XML files to resolve HEAD versions.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 08:19:42 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.6: +2 -5 lines
Diff to previous 1.6
#152639: in form_alter(), don't invoke cvs_deploy_alter_version() as a hook

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:21:07 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
fixing doxygen

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 23:07:27 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
sometimes, CVS/Tag has "N[tag_name]" instead of "T[tag_name]", so our
regexp to get the tag from this file needs to handle both cases.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 23:05:58 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
there's no reason to call module_rebuild_cache() again inside
cvs_deploy_form_alter(), since system_modules() already stores that
info inside $form['validation_modules']['#value'].

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 01:47:57 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.2: +9 -7 lines
Diff to previous 1.2
Minor fix: if the CVS directory exists but the CVS/Tag file does not, we
know it's from HEAD, which is more info than leaving the version blank.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 01:45:26 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.1: +20 -3 lines
Diff to previous 1.1
#151344: form_alter() admin/build/modules for human-readable versions.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 12 23:57:52 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
#150316: move all CVS-specific code out of update_status.module into
cvs_deploy.module (a separate module that will stay in contrib once
update_status moves into core for D6).

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

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2