git-svn-id: http://madeam.googlecode.com/svn/trunk@58 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@57 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
Re-named the console_new to console_make and console_destroy to console_delete. |
|
More...
|
over 17 years ago
|
re-named console_generate to console_create |
|
More...
|
over 17 years ago
|
Added title to madeam console shell |
|
More...
|
over 17 years ago
|
console_new::application now has a great way of checking for required params. This can be improved any more and extracted for use in other commands. |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@52 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@51 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
Adding resource scaffold |
|
More...
|
over 17 years ago
|
New interface for cli. Allows you to enter "madeam" and then select a console and then console command or you can type it all out on one line. |
|
More...
|
over 17 years ago
|
bootstrap now accepts MADEAM_PATH definitions from other scripts instead of just the config. This allows you to run the command line from a single madeam directory and still modify other madeam diretories. |
|
More...
|
over 17 years ago
|
Added notifications of when a file or directory is generated when generating a new application |
|
More...
|
over 17 years ago
|
Added console_new so that you can create a new application from the command line. |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@45 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
Fixed controller generation from using app_controller instead of controller_app |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@43 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@42 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
Made it possible to generate views, models and controllers from the command line using the generate console. It's also possible to scaffold them. |
|
More...
|
over 17 years ago
|
re-naming actions and views directories under scaffolding to view and action |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@39 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
re-named the scaffold actions and views directory to view and action and made the adjustments in the madeam_controller |
|
More...
|
over 17 years ago
|
New environment configuration for database servers |
|
More...
|
over 17 years ago
|
madeam_activerecord now works with database connection strings. |
|
More...
|
over 17 years ago
|
Added parse_db_connection function for parsing database connection strings to boostrap. |
|
More...
|
over 17 years ago
|
Removed the params method from the madeam_router and implemented it's functionality into the parseURI method. |
|
More...
|
over 17 years ago
|
Moved params function from madeam class to madeam_router.php |
|
More...
|
over 17 years ago
|
Added comments to madeam_registry |
|
More...
|
over 17 years ago
|
Added working madeam_registry class and combined it with the madeam_cache class. Caches can now also be stored in the madeam_registry. This is helpful when the cache is disabled and you want to save persistent data for a single interation. |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@30 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@29 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 17 years ago
|