Log of /contributions/modules/plugin_manager/plugin_manager.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.51.2.48 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 21 00:54:17 2008 UTC
(11 months ago)
by
joshuarogers
Branch:
DRUPAL-6--1
Changes since
1.51.2.47: +23 -12 lines
Diff to
previous 1.51.2.47
, to
branch point 1.51
Fixed issue where project-list parser would add projects to local repository, even if the plugin manager does not know how to install that particular type. (a.k.a. Drupal Project, Translations, Install Profiles, etc.)
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 21:49:01 2008 UTC
(15 months ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.51: +3 -3 lines
Diff to
previous 1.51
Renamed custom function plugin_manager_install and
plugin_manager_uninstall in order to avoid function
redeclaration error.
Revision
1.51.2.1
Fri Aug 15 23:32:36 2008 UTC
(15 months, 1 week ago)
by
joshuarogers
Branch:
DRUPAL-6--1
Changes since
1.51: +0 -337 lines
FILE REMOVED
file plugin_manager.module was added on branch DRUPAL-6--1 on 2008-08-19 18:08:39 +0000
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 15 23:32:36 2008 UTC
(15 months, 1 week ago)
by
joshuarogers
Branch:
MAIN
Branch point for:
DRUPAL-6--1
Changes since
1.50: +10 -9 lines
Diff to
previous 1.50
Fixed several instances of missing t(), removed useless argument from
installer, changed IFNULL into COALESCE in uninstaller.
Revision
1.43 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Aug 10 23:19:06 2008 UTC
(15 months, 2 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.42: +4 -4 lines
Diff to
previous 1.42
Fixed part of issue 293277. Backends now take the naming *.backend.inc.
Hooks have not yet been implemented.
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 9 06:27:30 2008 UTC
(15 months, 2 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.35: +14 -23 lines
Diff to
previous 1.35
Rearranged the function in charge of actual installation. Renamed several functions with shorter names.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 28 02:42:31 2008 UTC
(15 months, 4 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.33: +16 -39 lines
Diff to
previous 1.33
Rewrote most of the code that downloads files from d.o. Changed another section of the code to use drupal_http_request. Moved creation of the
caching and unzipping directories to module installation.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 27 05:00:48 2008 UTC
(15 months, 4 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.32: +12 -79 lines
Diff to
previous 1.32
Fixed a bug where the repository would not be updated properly. Added message if the repository fails to update. Starting move toward seperate,
interchangable backends.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 7 00:45:47 2008 UTC
(16 months, 2 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.27: +1 -13 lines
Diff to
previous 1.27
Removed manual installer. Now that the basic part is working, I want attention to be focused there.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 7 00:39:02 2008 UTC
(16 months, 2 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.26: +22 -8 lines
Diff to
previous 1.26
The installer now works. (Themes only at the moment.) It has been successfully tested several times.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 6 02:55:13 2008 UTC
(16 months, 3 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.24: +5 -3 lines
Diff to
previous 1.24
Removed ?> from files, changed text on install button, fixed WSOD, fixed 'Undefined index' problem, added a note to the install page, stating that it does not work yet, changed links on install page to open in another window/tab.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 27 23:57:43 2008 UTC
(16 months, 4 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.15: +28 -14 lines
Diff to
previous 1.15
Added to the (temporary) manual interface. Added the beginnings of the ability to use Archive/Tar from PEAR if the tar executable is not available. Added a table to be used to store which files came from which package.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 22 02:29:01 2008 UTC
(17 months ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.10: +27 -17 lines
Diff to
previous 1.10
Added the ability to download, keep and update a repository of sorts of the available modules and themes.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 2 05:18:31 2008 UTC
(17 months, 3 weeks ago)
by
joshuarogers
Branch:
MAIN
Changes since
1.3: +2 -2 lines
Diff to
previous 1.3
Fixed an error which caused plugin_manager_get_ftp to return the location that a file was downloaded from rather than the location that it was downloaded to.
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.