Log of /contributions/modules/project/project.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 20:07:19 2009 UTC
(10 months, 2 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.22: +94 -230 lines
Diff to
previous 1.22
#157694 by aclight and dww: Initial (incomplete) port of project and
parts of project_usage and project_release to D6. This is basically
the code from aclight's SVN repo with conflicts against current HEAD
in CVS resolved by dww. Views2 code is coming via #76726. YAY: death
to project_page_overview() and project_project_sort_methods()!
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 29 00:19:39 2008 UTC
(12 months, 4 weeks ago)
by
dww
Branch:
MAIN
Changes since
1.21: +1 -2 lines
Diff to
previous 1.21
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.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jan 28 18:48:53 2007 UTC
(2 years, 9 months ago)
by
dww
Branch:
MAIN
Changes since
1.11: +14 -2 lines
Diff to
previous 1.11
#101292 by webchick and dww: Reorganize 'support' section of project
page, make cleaner place to post support requests (phase 1: comment 11)
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 18 09:02:39 2006 UTC
(2 years, 11 months ago)
by
dww
Branch:
MAIN
CVS Tags:
DRUPAL-5--0-1-BETA
Changes since
1.10: +1 -0 lines
Diff to
previous 1.10
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-1 into HEAD:
Bugs: #97173, #96986, #97403, #78704, #97426, #100901, #83140, #97780
Features: #97128, #97359, #100929, #96971, #89538, #89539, #101887, #101601
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 12 13:40:22 2006 UTC
(3 years ago)
by
dww
Branch:
MAIN
Changes since
1.9: +0 -32 lines
Diff to
previous 1.9
merging DRUPAL-4-7--2 branch as tagged at DRUPAL-4-7--2-0 into HEAD
entire diff of new release system (#94000), implemented via:
#83339, #90538, #93115, #93471, #92633, #92634, #93719
Revision
1.2.2.6.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 25 07:12:02 2006 UTC
(3 years, 1 month ago)
by
dww
Branch:
DRUPAL-4-7--2
CVS Tags:
DRUPAL-4-7--2-0
Changes since
1.2.2.6.2.5: +1 -1 lines
Diff to
previous 1.2.2.6.2.5
, to
branch point 1.2.2.6
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_19.txt by dww (comment 34):
instead of all this hard-coded "API version" crap, i decided to just
make that stuff an automatically-created taxonomy (the "Project
release API compatibility" vocabulary). if there are no terms in this
vocabulary, it is ignored. however, if taxonomy is enabled, and this
vocab has terms, then it appears as another version selector element,
instead of the text fields for "API major" and "API minor".
also in this commit:
- moved the "default download" version selector out of project.inc into
project_release.module where it belongs (needs work)
- added a project_release_project_download_table() method since creating
the $body is too painful via pure hook_nodeapi() in 4.7.x.
- further conversion of TRUNK -> HEAD for consistency
Revision
1.2.2.6.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 25 00:28:44 2006 UTC
(3 years, 1 month ago)
by
dww
Branch:
DRUPAL-4-7--2
Changes since
1.2.2.6.2.4: +0 -54 lines
Diff to
previous 1.2.2.6.2.4
, to
branch point 1.2.2.6
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_4.txt by dww (comment 9):
- add most of an upgrade path for drupal.org (project_release_update.php)
and rip out project_update_5()
- partially converts to storing all the version fields as NULL when
not in use.
- adds a "version_patch" column (e.g. for core releases that want to
say "4.7.4").
- fixed bug i introduced in last patch where "version_extra" wasn't
getting disabled when it should have been.
- if a file has already been attached to a project node, the edit tab
shouldn't give you a way to attach a different file.
Revision
1.2.2.6.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 25 00:23:08 2006 UTC
(3 years, 1 month ago)
by
dww
Branch:
DRUPAL-4-7--2
Changes since
1.2.2.6.2.3: +20 -16 lines
Diff to
previous 1.2.2.6.2.3
, to
branch point 1.2.2.6
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_3.txt by dww (comment 5):
- adds a version_extra field to the {project_release_nodes} table and
all appropriate places in the code
- fixes some help text that was bogus or not showing up right
- fixes SQL bugs in project_release_update()
- fixes project_update_5() to only create the new tables if they don't
already exist
- fixes a few places i missed in the conversion from
{project_release_node} to {project_release_nodes}
Revision
1.2.2.6.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 25 00:11:49 2006 UTC
(3 years, 1 month ago)
by
dww
Branch:
DRUPAL-4-7--2
Changes since
1.2.2.6.2.1: +51 -33 lines
Diff to
previous 1.2.2.6.2.1
, to
branch point 1.2.2.6
#83339: make releases real nodes (see also #58066 and #75053)
release_as_node.patch_1.txt by dww (comment 1):
- moved all release stuff into release/project_release.module
- capitalized "Minor version" on the project release node UI for consistency
- if there's a conflict in version numbers, we now mark the minor
version as the error, since that's the thing users are more likely
to want/need to change to avoid the conflict
- added the beginnings of project_update_5() to at least create the
new {project_release_node} table -- still more to be done.
- converted a few more places over to the new schema, and added some
// TODO comments in a few others
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 19 10:29:21 2006 UTC
(3 years, 5 months ago)
by
dww
Branch:
MAIN
Changes since
1.5: +47 -0 lines
Diff to
previous 1.5
#67877: adding project_update_3() to clean out stale records from DB
resulting from the the "records not removed from project_releases (and
other tables) when project nodes are deleted" bug.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 2 23:21:14 2006 UTC
(3 years, 8 months ago)
by
nedjo
Branch:
MAIN
First draft of .install file for project module. Includes one update (uft8). Should we be putting all updates since 4.6 here? If so, should they be chronological (i.e., should what I have as 1 here be a higher number)?
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.