6
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
git-svn-id: http://madeam.googlecode.com/svn/trunk@58 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@57 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
Re-named the console_new to console_make and console_destroy to console_delete.
Joshua Davey
as joshdavey
More... over 17 years ago
re-named console_generate to console_create
Joshua Davey
as joshdavey
More... over 17 years ago
Added title to madeam console shell
Joshua Davey
as joshdavey
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.
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@52 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@51 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
Adding resource scaffold
Joshua Davey
as joshdavey
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.
Joshua Davey
as joshdavey
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.
Joshua Davey
as joshdavey
More... over 17 years ago
Added notifications of when a file or directory is generated when generating a new application
Joshua Davey
as joshdavey
More... over 17 years ago
Added console_new so that you can create a new application from the command line.
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@45 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
Fixed controller generation from using app_controller instead of controller_app
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@43 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@42 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
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.
Joshua Davey
as joshdavey
More... over 17 years ago
re-naming actions and views directories under scaffolding to view and action
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@39 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
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
Joshua Davey
as joshdavey
More... over 17 years ago
New environment configuration for database servers
Joshua Davey
as joshdavey
More... over 17 years ago
madeam_activerecord now works with database connection strings.
Joshua Davey
as joshdavey
More... over 17 years ago
Added parse_db_connection function for parsing database connection strings to boostrap.
Joshua Davey
as joshdavey
More... over 17 years ago
Removed the params method from the madeam_router and implemented it's functionality into the parseURI method.
Joshua Davey
as joshdavey
More... over 17 years ago
Moved params function from madeam class to madeam_router.php
Joshua Davey
as joshdavey
More... over 17 years ago
Added comments to madeam_registry
Joshua Davey
as joshdavey
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.
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@30 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago
git-svn-id: http://madeam.googlecode.com/svn/trunk@29 4e7df5bf-5837-0410-b7c2-fd8623b19026
Joshua Davey
as joshdavey
More... over 17 years ago