1
0
Commit Graph

38 Commits

Author SHA1 Message Date
Tim Almdal
6e4719774f remove debugging statement 2010-07-26 11:06:47 -07:00
Tim Almdal
95757edaa1 Convert the developer module to the new json::reply helper. 2010-07-26 10:46:52 -07:00
Tim Almdal
a66546a572 Remove duplicate event definitions and remove the '_' from the event names. 2010-06-02 08:24:54 -07:00
Tim Almdal
f658f994c9 Update the developer module so that it actually works. Derive the available
events by scanning the available modules. Corrected the generation of the
hidden csrf value.
2010-06-01 11:37:43 -07:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
Bharat Mediratta
4ad10e7290 Updated for model based validation 2010-01-25 22:26:19 -08:00
Bharat Mediratta
1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards.
Here's a summary of the changes I made:

1) html::specialchars --> html::chars
2) ORM::orderby() -> ORM::order_by()
3) ORM::where() now takes 3 parameters including a comparator.  So
   ORM::where("a", $b) is now ORM::where("a", "=", $b) and the middle
   value can be any comparator.
4) ORM::$loaded --> ORM::loaded()
5) Database::instance() --> db::build()  (and there are some other
   subtle differences, like now you always call execute() at the end
   of the chain)
6) form::close() and form::close_fieldset() are now gone.  Use
   </form> and </fieldset> respectively.
7) Controller::$input is gone.  Use Input::instance() instead.

I've done very rudimentary testing so far.
2009-12-22 21:31:03 -08:00
Tim Almdal
b1119d82f1 Revert "Add xss_golden files to some modules."
This reverts commit e20cfc8494.
2009-11-18 10:53:02 -08:00
Tim Almdal
e20cfc8494 Add xss_golden files to some modules. 2009-11-18 10:37:31 -08:00
Bharat Mediratta
952fb4fe73 Add missing closing angle bracket. Fixes ticket #842. 2009-11-08 10:48:19 -08:00
Chad Kieffer
413125cbd9 Add type attribute to script tags in contributed modules and themes. 2009-10-30 00:17:31 -06:00
Tim Almdal
a9347da91d Missed a couple of inconsistent capitalizations 2009-10-29 11:23:32 -07:00
Tim Almdal
175b0af34b Only generate the admin_menu method once. 2009-10-29 08:17:22 -07:00
Tim Almdal
b8a4029fb4 Update the developer module to allow the internal name and display name to be supplied seperately. Also update so menus are generated as part of the event mechanism. 2009-10-29 08:04:38 -07:00
Bharat Mediratta
8d01f7f7d1 Internationalize menu strings. 2009-10-27 19:31:22 -07:00
Tim Almdal
36a0c73dc2 Change the item->left and item->right properties to left_ptr and right_ptr respectively. 2009-10-17 08:38:58 -07:00
Chad Kieffer
4be214c4bf Renamed most, if not all css selectors from gModuleName to g-module-name. This might break a few ajax features, please review your modules. 2009-10-04 14:40:59 -06:00
Tim Almdal
6941aa8fa7 More changes to standardize with the new sidebar api 2009-10-01 06:17:10 -07:00
Tim Almdal
c625e416b2 Change the developer module to generate the <module>_block.php to the new API. 2009-09-30 20:25:44 -07:00
Bharat Mediratta
067b6b5073 Installer cleanup.
We no longer need the install() function for installs that only set
the module version number.  Same for upgrade().  Do a general cleanup
of all installers and remove the ones that are no longer necessary.
2009-09-05 14:21:26 -07:00
Bharat Mediratta
e410a2cbd8 Fold code from xxx_menu helpers into xxx_event to match a recent API change. 2009-07-29 18:00:57 -07:00
Tim Almdal
0543d5341e Updated the developer module to generate the description in modules.info
with quotes.
Cleaned up formatting in dynamic modules

Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-28 03:48:48 +08:00
Tim Almdal
5a1d1b01f4 Change the developer_installer and installer.txt.php to support the new install format.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-07-01 13:59:55 +08:00
Bharat Mediratta
06eecc6ecb Updated for new installer pattern. Fixed some bugs due to
refactorings in gallery3.
2009-06-27 21:10:28 -07:00
Tim Almdal
1f2257cd3a Make the developer module self contained by moving the test images from the core product into this module. 2009-05-31 00:22:40 -07:00
Bharat Mediratta
1120b87a9f Updated for changes in module lifecycle 2009-05-26 19:51:04 +00:00
Tim Almdal
a22554674c Change the profiler and debugging links to redirect to the referring
page after the flag has been set.
2009-05-26 15:52:28 +00:00
Bharat Mediratta
b43fc5e988 Fix copyright to 2009
Add admin_developer/session support.
2009-05-13 23:53:35 +00:00
Bharat Mediratta
31d64d6683 Make the object take up the whole screen so that it doesn't get cut off 2009-05-10 21:21:57 +00:00
Tim Almdal
7f8fe9420b Copy of version of the test data creation into the developer module.
One step closer to retiring the scaffolding
2009-03-18 23:11:27 +00:00
Tim Almdal
c086aa0a9d Correct preamble so File Structure unit test passes 2009-03-18 16:53:54 +00:00
Tim Almdal
653e67f4bb Put the appropiate preamble in the text file. 2009-03-18 16:38:25 +00:00
Bharat Mediratta
3818e59d29 Minor fixups just so that I can look at the generated code. 2009-03-18 04:41:52 +00:00
Tim Almdal
a8e519903f * Remove the tabs from the developer tools screen
* Correct check for module already implemented
* Minor style changes
2009-03-17 15:44:43 +00:00
Tim Almdal
657fb7d055 Scale the graphic to fit the page by setting the width to 100% 2009-03-17 14:24:42 +00:00
Tim Almdal
8e4dc39e33 Use message:warning to display a warning message if graphviz is not installed 2009-03-17 05:06:24 +00:00
Tim Almdal
c77a792f61 Move the MPTT display functionality from the scaffolding to the
developer module.
2009-03-16 02:56:15 +00:00
Bharat Mediratta
4d1252870b Create gallery3-contrib hierarchy. Move atom, developer, polar_rose
and gmaps modules in here to start using svn export.

Move atom, devel
2009-03-15 22:21:15 +00:00