-
Module Builder: January 31, 2007 5:17
Commit 99f9b13 on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavellTwo 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
-
Module Builder: January 26, 2007 3:53
Commit 5045f5a on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavellComment out UI for downloading as a file as this feature is broken at the moment.
-
Module Builder: January 26, 2007 3:49
Commit d5b8162 on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavellOne more place where "Module Builder" needed replacing with "Module builder"
-
Module Builder: January 26, 2007 3:34
Commit 63adac3 on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavell#110741, Added UI fields and code for building .info files.
-
Module Builder: January 26, 2007 2:59
Commit 7c88943 on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavell#110742, hook_help should only be included if help text was included
-
Module Builder: January 26, 2007 2:52
Commit 1006c6c on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavell#110740, forms 2 api appears to be replacing _ with - in id fields, so updated our javascript library to account for this.
-
Module Builder: January 26, 2007 2:27
Commit ff4e7fc on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-1.x, 7.x-2.x, masterby binduwavellFile 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