Log of /contributions/modules/update_status/update_status.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.83.2.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Feb 1 22:28:52 2008 UTC
(21 months, 3 weeks ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.30: +9 -8 lines
Diff to
previous 1.83.2.30
, to
branch point 1.83
#216750 by dww: Fixed an important bug where releases from higher
branches than the currently installed version were not ignored in all
cases. This resulted in bogus security warnings and faulty information
being printed about development snapshot releases (#216309).
Revision
1.83.2.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 27 18:05:04 2008 UTC
(21 months, 4 weeks ago)
by
dww
Branch:
DRUPAL-5--2
CVS Tags:
DRUPAL-5--2-1
Changes since
1.83.2.29: +67 -2 lines
Diff to
previous 1.83.2.29
, to
branch point 1.83
#200028 by agentrickard, dww: Significantly enhanced performance of
the admin/* pages by adding DB caching for the list of installed
modules and their current status. The cache is cleared every time new
available release data is fetched, every time the admin visits the
modules page, status report, or available updates report, or every
hour if nothing else clears it before that.
Revision
1.83.2.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 22 04:17:15 2008 UTC
(22 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.27: +6 -17 lines
Diff to
previous 1.83.2.27
, to
branch point 1.83
#211403 by dww: Removed fallback code for determining the project
based on the directory. This code only matters if you deploy from CVS,
and doesn't work if you install into subdirectories of the 'modules'
folder (for example, sites/all/modules/contrib/foo). For cvs_deploy to
fix this problem (#184664) correctly, the heuristic code here must go.
Revision
1.83.2.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 17 17:25:59 2008 UTC
(22 months, 1 week ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.25: +34 -6 lines
Diff to
previous 1.83.2.25
, to
branch point 1.83
#208687 by dww: Fixed major bug that printed bogus results and
recommended that users downgrade to an older version when a site
upgraded a module or Drupal core but did not manually refresh the
available update data. Now, before using the cached available update
data, the code ensures that none of the .info files have been changed
since the last time it fetched data.
Revision
1.83.2.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 11 07:19:31 2008 UTC
(22 months, 2 weeks ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.24: +350 -93 lines
Diff to
previous 1.83.2.24
, to
branch point 1.83
#197186 by dww: Fixed bug where update_status would not warn sites
when a currently installed release or an entire project being used has
been unpublished. Added support for project maintainers that want to
support multiple major versions (branches) for one version of core.
Also added support for flagging both individual releases and projects
as "unsupported" or "insecure", to pave the way for new workflows
(instead of just unpublishing things) for the Drupal security team and
project maintainers. Reorganized and simplified some code to avoid
duplication and needless complications in a few spots.
Revision
1.90 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 31 02:17:03 2007 UTC
(2 years ago)
by
dww
Branch:
MAIN
Changes since
1.89: +3 -3 lines
Diff to
previous 1.89
#184900 by webernet: Fixed bug where email wasn't getting sent in
some cases when it should have been (patch from comment 5).
Revision
1.88 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 8 16:09:11 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.87: +2 -2 lines
Diff to
previous 1.87
#155483 by dww: Backporting improvements from update.module in D6 core:
Simplified the description of the email notification setting.
Revision
1.83.2.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 7 07:01:53 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.14: +15 -14 lines
Diff to
previous 1.83.2.14
, to
branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Usability improvements from Dries in #94154 comment 123:
- Added a drupal_set_message() when fetching data (success or failure)
and cleaned up wording of watchdog().
- Used format_interval() for the "Last checked:" on the updates report.
- Removed the "Ignored" part whenever a row is yellow, except for settings.
- Changed the wording when the "Notification threshold" is set to
"Only security updates", and you have a non-security update
available. Now, it just says "Update available".
Revision
1.83.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 7 03:09:51 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.12: +12 -7 lines
Diff to
previous 1.83.2.12
, to
branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Now that the URL is admin/logs/updates/check, renamed the menu
callback to update_status_manual_status() to match.
- Fixed t() bug in form_set_error() during email validation.
- Removed unnecessary comment.
- Move global variable to the top of update_status_refresh().
- If you can't fetch any data, avoid E_ALL notice in update_status_refresh().
- Added watchdog() error message when you can't fetch any data.
Revision
1.83.2.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 7 00:28:37 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.9: +3 -21 lines
Diff to
previous 1.83.2.9
, to
branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
Removed the setting to opt out of the usage reporting. No one who's
willing to run this module in the first place could possibly complain
about the random string appended as a query arg on the fetch URL, and
the extra setting needlessly complicates the settings tab.
Revision
1.83.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 7 00:25:28 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.8: +22 -22 lines
Diff to
previous 1.83.2.8
, to
branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Renamed 'Error threshold' to 'Notification threshold', improved the
description for it on the settings tab, and renamed the variable.
- Moved the email notification setting to the top of the settings tab.
Revision
1.86 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 6 22:51:50 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.85: +3 -3 lines
Diff to
previous 1.85
#155483 by dww: Backporting improvements from update.module in D6 core:
Menu callback for manually checking is now at 'admin/logs/updates/check'.
Revision
1.83.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 6 22:47:34 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.5: +142 -52 lines
Diff to
previous 1.83.2.5
, to
branch point 1.83
#155483 by dww: Backporting improvements from update.module in D6 core:
- Reorganized a bunch of the code in hook_requirements() to be more clear.
- Cleaned up how we handle text to more easily share code with
hook_requirements(), hook_cron(), etc.
- The module now nags site administrators on admin/* if the site is
missing a security update.
Revision
1.85 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 6 22:47:28 2007 UTC
(2 years, 3 months ago)
by
dww
Branch:
MAIN
Changes since
1.84: +142 -52 lines
Diff to
previous 1.84
#155483 by dww: Backporting improvements from update.module in D6 core:
- Reorganized a bunch of the code in hook_requirements() to be more clear.
- Cleaned up how we handle text to more easily share code with
hook_requirements(), hook_cron(), etc.
- The module now nags site administrators on admin/* if the site is
missing a security update.
Revision
1.83.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 29 01:26:17 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
DRUPAL-5--2
Changes since
1.83.2.4: +6 -5 lines
Diff to
previous 1.83.2.4
, to
branch point 1.83
Fixing a notice on the status report page when the available update
cache is empty: we were generating a 1/2 constructed line for core and
a full for contrib. Now, if the cache is empty, we *just* generate
the warning line for core and nothing for contrib. [Backport]
Revision
1.82 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 27 22:44:27 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
MAIN
Changes since
1.81: +19 -4 lines
Diff to
previous 1.81
#124715: You can't call form_set_error() N times on the same form
element, so I fixed up the validate callback to check everything and
set 1 giant error for any invalid addresses it finds. Also, this
version more effectively ignores whitespace and blank lines.
Revision
1.81 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 27 21:52:58 2007 UTC
(2 years, 4 months ago)
by
dww
Branch:
MAIN
Changes since
1.80: +16 -7 lines
Diff to
previous 1.80
#154689: Restoring classes on the table (and making them consistent
across all rows), but made them more specific to avoid name conflicts.
Revision
1.77 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 27 03:29:47 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.76: +3 -3 lines
Diff to
previous 1.76
#149079: A few CSS tweaks and fixes for recommended version:
- Renamed the CSS class to "version-recommended-strong" to indicate
it's the strongly recommended version among many (the old name,
"version-recommended-not-latest" isn't good since "Latest" isn't the
only possible thing we're distinguishing against).
- Fixed classes so that if we're recommending a security release, it
gets the subtle "zebra" stripe, too.
Revision
1.72 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 26 07:38:37 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.71: +26 -26 lines
Diff to
previous 1.71
#146564: Major performance gain for fetching available update data:
directly fetch the .xml files instead of going through the Druapl menu
callback inside project_release.module (assuming we can still gather
usage stats via apache logs, etc, instead of internal Drupal logging).
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 26 03:16:18 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.70: +9 -11 lines
Diff to
previous 1.70
Minor clean-up: just define the '#options' arrays inline when defining
the settings form, instead of using separate array variables for this.
Revision
1.69 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 25 23:08:58 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.68: +7 -10 lines
Diff to
previous 1.68
#153757: Minor code refactoring: use strings instead of PHP constants
for internally representing the different warning threshold values.
Revision
1.60 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 08:47:47 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.59: +2 -2 lines
Diff to
previous 1.59
We shouldn't clear the update_status cache when an admin saves the
system_themes page, since in 5.x, we don't deal with theme updates.
Revision
1.58 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 23:43:20 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
CVS Tags:
DRUPAL-5--2-0-BETA
Changes since
1.57: +28 -11 lines
Diff to
previous 1.57
#149921: Fixing a critical problem from a combination of earlier
changes: Since we started clearing the available updates cache when
saving the modules page, but update_status_get_available() was always
re-fetching the data if it wasn't there, we were *always* refetching
data and hitting d.o whenever anyone saved their modules page. :( Now,
we only conditionally refresh the cache, and more gracefully handle
various parts of the UI when there's no cached data.
Revision
1.57 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 20:50:43 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.56: +2 -2 lines
Diff to
previous 1.56
#151656: Even after #152387 landed, there are still some edge cases
where cvs_deploy can't resolve a "HEAD" version to something more
human readable that includes "dev". Therefore, we'll have a tiny break
from the otherwise clean "no CVS code in update_status" rule that if a
version string still shows up as "HEAD", we consider it a dev release.
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 20:44:54 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.55: +108 -57 lines
Diff to
previous 1.55
#152387: Major refactoring of update_status to make it possible to
share/reuse parts of the code in cvs_deploy. In particular, ripped
apart the formerly monolithic update_status_get_projects() and moved
code that's only needed by update_status_calculate_project_data() into
a separate method, update_status_process_project_info(). Also, the
code for figuring out what project a given module belongs to is now in
its own method, update_status_get_project().
Revision
1.55 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 04:55:21 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.54: +18 -10 lines
Diff to
previous 1.54
#149079 by merlinofchaos and dww: UI and code improvements for
highlighting "Recommended" when "Latest" or "Also available" are present.
Revision
1.54 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 02:00:52 2007 UTC
(2 years, 5 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.53: +16 -17 lines
Diff to
previous 1.53
#149918: dww fixed a bug in the lgic that caused it to recommend the latest version if it was a beta and you were running the actual recommended version.
Revision
1.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 01:51:40 2007 UTC
(2 years, 5 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.52: +9 -2 lines
Diff to
previous 1.52
#149079: Highlight the 'recommended' version if either the newest security version or the latest version are listed and are different.
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 01:26:27 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.50: +2 -2 lines
Diff to
previous 1.50
#149918: Fixing a bug from my major code reorganization: the settings
page lost the version strings again since $project['version'] is now
called $project['recommended'].
Revision
1.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 19 23:44:41 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.47: +141 -61 lines
Diff to
previous 1.47
#149918: Add support for "Also available" entries in the status report.
This includes a major re-write of update_status_calculate_project_data()
and some related variable names for better clarity, and fixes some
lingering bugs with flagging updates for security releases.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 18 08:09:19 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.44: +34 -34 lines
Diff to
previous 1.44
Renaming _update_status_get_info() to update_status_get_available()
and related variable names and form elements for clarity. "info" is
vague, especially given all the code that's dealing with .info files.
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 14 00:11:56 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.41: +2 -2 lines
Diff to
previous 1.41
In the move to put all CVS-specific code in the cvs_deploy.module
(#150316) we lost the logic to notice that core dev releases are
really dev releases. So, instead of checking for '-dev', just check
for 'dev', since it's impossible to imagine a version string that
contains 'dev' which isn't a dev release. ;)
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 13 23:53:30 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.40: +3 -3 lines
Diff to
previous 1.40
String fixes to the help text at admin/build/modules:
- The page is called "Available updates", so we should be consistent.
- Slightly improved the wording of the surrounding text.
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 13 23:43:10 2007 UTC
(2 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.39: +3 -3 lines
Diff to
previous 1.39
renaming the 'UPDATE_STATUS_MAJOR_VERSION' constant to
'UPDATE_STATUS_CORE_VERSION' to be more consistent with our existing
version string terminology ("core-major.minor-extra") and to pave the
way for better support for functionality specific to the major version
such as #149918, #125742 and #149079.
Revision
1.39 -
(
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
Changes since
1.38: +15 -83 lines
Diff to
previous 1.38
#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).
Revision
1.31 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 22 00:07:45 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.30: +5 -1 lines
Diff to
previous 1.30
#143689: Icons not shown on available updates report page for sites
where Drupal is not installed in the web root. So, include them
directly in the code (so we can use theme('image')) instead of .css.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 21:35:05 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.29: +25 -9 lines
Diff to
previous 1.29
#144694: store release info in {cache}, not {variables}. this has nice
side effect that the module still works even if cron.php isn't running.
Revision
1.4.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 13 18:28:59 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.4.2.3: +228 -30 lines
Diff to
previous 1.4.2.3
, to
branch point 1.4
, to
next main 1.91
Syncing DRUPAL-5 branch with the code from DRUPAL-5--1-2.
Unfortunately, merlin forgot to do his 5.x-1.* work on the DRUPAL-5
branch, so the official release tags for 5.x-1.1 and 5.x-1.2 are
actually on HEAD. However, HEAD is now for 5.x-2.*, so we're making
sure the 5.x-1.* series is safely on DRUPAL-5 branch, just in case a)
someone checks out DRUPAL-5 and expects the latest 5.x-1.* code and b)
in case we have to release a 5.x-1.3 release someday (unlikely).
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 13 17:40:28 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.26: +6 -6 lines
Diff to
previous 1.26
theme_update_status_version() had a 4th argument for the version
string to use, but that's just a field in the array passed in as the
1st argument. Removing the argument and fixing the call sites.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 13 17:33:25 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.25: +10 -7 lines
Diff to
previous 1.25
#125742: When a module has security updates, add a separate row for
each security release to the table, so that:
a) if the recommended version isn't a security update, the user still
can see the release notes where the security hole was fixed, and
b) to help drive home the point there's a security update, even if
it's the same version as the recommended one.
We're not 100% happy with the visual stuff yet, but this is at least
an improvement in functionality, and we can tweak the UI later.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 11 23:55:41 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.19: +2 -2 lines
Diff to
previous 1.19
#136172: release history .xml files are now live on drupal.org, so I'm
moving the default URL back to updates.d.o, not scratch.d.o.
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 11 06:10:23 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.17: +1 -5 lines
Diff to
previous 1.17
#123100: The 5.x-2.* version operates on uncompressed .xml files, so
there's no need to check for or care about gzinflate() or zlib now.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 11 03:27:18 2007 UTC
(2 years, 6 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.16: +168 -24 lines
Diff to
previous 1.16
Initial update status check using new project.module XML method. Currently only checks scratch.drupal.org -- this is only for dev purposes.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 8 20:42:33 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.15: +2 -2 lines
Diff to
previous 1.15
#141507 by dww: wrong destination in "run cron" link causing "page not
found" errors after manually invoking cron from admin/logs/updates.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 14 01:25:05 2007 UTC
(2 years, 7 months ago)
by
merlinofchaos
Branch:
MAIN
Changes since
1.7: +84 -14 lines
Diff to
previous 1.7
#131049: (by Senpai) Fix for CSS to ensure the font color is visible with our backgrounds.
Attempt to guess at the project and version for projects checked out of CVS.
Revision
1.4.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 19 20:09:01 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
#127665 (suggested by bertboerland): changing domain name for status
checks to updates.drupal.org (which is now a DNS cname for d.o, but we
could move it in the future if we needed to scale the XML-RPC server
code off the primary web front-end infrastructure).
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 19 20:08:38 2007 UTC
(2 years, 8 months ago)
by
dww
Branch:
MAIN
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
#127665 (suggested by bertboerland): changing domain name for status
checks to updates.drupal.org (which is now a DNS cname for d.o, but we
could move it in the future if we needed to scale the XML-RPC server
code off the primary web front-end infrastructure).
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 25 20:42:17 2007 UTC
(2 years, 9 months ago)
by
merlinofchaos
Branch:
MAIN
Update status checker for drupal.org -- initial commit -- this time to the right directory
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.