Log of /contributions/modules/module_builder/module_builder.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.40 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 8 17:38:13 2009 UTC
(9 months, 2 weeks ago)
by
joachim
Branch:
MAIN
Changes since
1.39: +87 -71 lines
Diff to
previous 1.39
interim commit. basic form scaffold for 2 page form, gets values, presents old values if user goes back. doesn't DO stuff yet.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 8 14:30:44 2009 UTC
(9 months, 2 weeks ago)
by
joachim
Branch:
MAIN
Changes since
1.38: +2 -2 lines
Diff to
previous 1.38
simplify regexp for MODULE_BUILDER_INFO_PATTERN -- no need for escaping backslashes; no need to capture.
Revision
1.35.2.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 1 11:51:09 2009 UTC
(9 months, 3 weeks ago)
by
joachim
Branch:
DRUPAL-5
Changes since
1.35.2.17: +28 -19 lines
Diff to
previous 1.35.2.17
, to
branch point 1.35
tidying up form generation code and comments.
also default values for module essentials, mostly for my sanity during testing, but may help as examples. Though really could use some jquery to blank them on click.
Revision
1.35.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 1 10:42:46 2009 UTC
(9 months, 3 weeks ago)
by
joachim
Branch:
DRUPAL-5
Changes since
1.35.2.16: +26 -54 lines
Diff to
previous 1.35.2.16
, to
branch point 1.35
removing needless constants which are only used once and just add clutter: paths to jss, css files, placeholder for system variable file_directory_path, last update (which had a typo in it... everyone will have to update again, not adding an install file just to fix misspelled variable), hook folder location, header, footer, download.
Revision
1.35.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jan 31 15:08:07 2009 UTC
(9 months, 3 weeks ago)
by
joachim
Branch:
DRUPAL-5
Changes since
1.35.2.7: +1 -6 lines
Diff to
previous 1.35.2.7
, to
branch point 1.35
removing download of hook docs from _module_builder_check_settings(), ie when going to the module builder form for the first time. Shouldn't go downloading stuff from teh interwebs without asking.
Revision
1.34 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jan 31 05:17:05 2007 UTC
(2 years, 9 months ago)
by
binduwavell
Branch:
MAIN
Changes since
1.33: +217 -120 lines
Diff to
previous 1.33
Two main features:
We use a single #multistep form for data capture, module building and download.
Can now download more than one file (one at a time) and also make changes before downloading.
KNOWN ISSUES:
The #multistep stuff just doesn't handle going back very well. I have a pretty generic solution for working around this however it doesn't quite work with checkboxes. It still works pretty well.
Created a bunch more literals that need to be converted to constants
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 26 02:27:17 2007 UTC
(2 years, 10 months ago)
by
binduwavell
Branch:
MAIN
Changes since
1.28: +196 -129 lines
Diff to
previous 1.28
File download code is broken in this commit.
We are changing how download works as multiple files need to be downloaded for 5.x.
Prefixed several existing defines with MODULE_BUILDER_
Update code to use defines for constants rather than simply using constants bare.
Update Module Builder to Module builder where appropriate
Update t() arguments that should not be themed to be prefixed with !
Theme textual references to paths Adminster >> Site building >> Modules, etc.
Fix broken path reference for custom template file
Repalce theme_module_builder_hook_list() with #prefix and #suffix entries
Updated module_builder_process to be more forms 2 api friendly
Replace $output variable with $code in module_builder_process
Replace theme_module_builder_results() with form 2 api and #prefix #suffix entries
Revision
1.27.2.1
Wed Apr 5 04:13:13 2006 UTC
(3 years, 7 months ago)
by
webchick
Branch:
DRUPAL-4-7
Changes since
1.27: +0 -707 lines
FILE REMOVED
file module_builder.module was added on branch DRUPAL-4-7 on 2006-05-01 10:01:54 +0000
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 22:50:32 2006 UTC
(3 years, 7 months ago)
by
webchick
Branch:
MAIN
Changes since
1.17: +5 -5 lines
Diff to
previous 1.17
Moving templates and includes into their own directory so main module dir does not get totally unwieldy.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 07:08:57 2006 UTC
(3 years, 7 months ago)
by
webchick
Branch:
MAIN
Changes since
1.14: +25 -3 lines
Diff to
previous 1.14
Made module_builder_process its own page, passing form data by (ugh) $_SESSION. On the plus side, form works as expected now! :)
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 2 06:28:46 2006 UTC
(3 years, 7 months ago)
by
webchick
Branch:
MAIN
Changes since
1.13: +28 -19 lines
Diff to
previous 1.13
Re-working FAPI stuff. Fixed validation, but now get a 'headers already sent' error when clicking the 'module builder' link again after submitting the form. (help? :))
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 27 03:54:17 2006 UTC
(3 years, 8 months ago)
by
webchick
Branch:
MAIN
Changes since
1.7: +77 -60 lines
Diff to
previous 1.7
#55993: Display hook descriptions below checkboxes (plus code readability improvements -- hopefully ;))
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 27 02:07:18 2006 UTC
(3 years, 8 months ago)
by
webchick
Branch:
MAIN
Changes since
1.6: +33 -5 lines
Diff to
previous 1.6
* #55994: Nicer theming for hook list
* Added .css file for module_bulder-specific theming
* Added breadcrumb link to get back to module builder form from results
* Cleaned up theme function from #55795
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 21 20:32:45 2006 UTC
(3 years, 9 months ago)
by
webchick
Branch:
MAIN
Changes since
1.2: +9 -8 lines
Diff to
previous 1.2
Bug fixes:
* Removed debugging stuff
* Fixed rogue newline and spacing problem
* Fixed module description (thanks Morten Wulff!)
* Added str_replaces to escape the ' character for stuff in t() functions
* Replaced the full-blown // $Id ... $ tag with just the starter version
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 21 13:46:26 2006 UTC
(3 years, 9 months ago)
by
webchick
Branch:
MAIN
Changes since
1.1: +7 -4 lines
Diff to
previous 1.1
Per Steven:
* Put final code into a themeable div with overflow: auto
* Removed requirement for trailing slash on path
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.