Today
-
r516
(Added ":" to valid URL charactre regex used by ActionRouter) committed by nesbert
- Added ":" to valid URL charactre regex used by ActionRouter
Added ":" to valid URL charactre regex used by ActionRouter
Last 30 days
-
r515
($route_name added back to Creovel::events();) committed by nesbert
- $route_name added back to Creovel::events();
$route_name added back to Creovel::events();
Earlier this year
-
r514
(added is_number() check) committed by nesbert
- added is_number() check
-
r513
(Added reload_record function to active_record class) committed by onlya299
- Added reload_record function to active_record class
Added reload_record function to active_record class
-
r512
(# Updated ActiveRecord->prepare
# Test script counter fix.) committed by nesbert
- # Updated ActiveRecord->prepare
# Test script counter fix.
# Updated ActiveRecord->prepare
# Test script counter fix.
-
r511
(Added prepare and execute to ActiveRecord.) committed by nesbert
- Added prepare and execute to ActiveRecord.
Added prepare and execute to ActiveRecord.
-
r510
([No log message]) committed by nesbert
- [No log message]
-
r509
(Added escape_string() and updated DatabaseXML to use model n...) committed by nesbert
- Added escape_string() and updated DatabaseXML to use model name when creating files.
Added escape_string() and updated DatabaseXML to use model name when creating files.
-
r508
(Added num2word() and CLI ActionMailer config requirements.) committed by nesbert
- Added num2word() and CLI ActionMailer config requirements.
Added num2word() and CLI ActionMailer config requirements.
-
r507
(ActionMailer updates.) committed by nesbert
- ActionMailer updates.
-
r506
(More Iterator function for Object class.) committed by nesbert
- More Iterator function for Object class.
More Iterator function for Object class.
-
r505
(Added default Iterator methods to Object class.) committed by nesbert
- Added default Iterator methods to Object class.
Added default Iterator methods to Object class.
-
r504
(Minor updates.) committed by nesbert
- Minor updates.
-
r503
(Added search_array() helper.) committed by nesbert
- Added search_array() helper.
Added search_array() helper.
-
r502
(Inflector::singularize fix for words ending with "ss".
Bette...) committed by nesbert
- Inflector::singularize fix for words ending with "ss".
Better error handling for CLI.
Inflector::singularize fix for words ending with "ss".
Better error handling for CLI.
-
r501
(State and Country form helpers update.) committed by nesbert
- State and Country form helpers update.
State and Country form helpers update.
-
r500
(ActiveRecord::validates_uniqueness_of clean up.
Minior notic...) committed by nesbert
- ActiveRecord::validates_uniqueness_of clean up.
Minior notices suppressed for undefined vars.
ActiveRecord::validates_uniqueness_of clean up.
Minior notices suppressed for undefined vars.
-
r499
(ActiveRecord added reset_errors() and cleaned-up some return...) committed by nesbert
- ActiveRecord added reset_errors() and cleaned-up some return values.
Added single fiel support for test script.
ActiveRecord added reset_errors() and cleaned-up some return values.
Added single fiel support for test script.
-
r498
(# Added ../script/test script for phpunit automation
# Ignor...) committed by nesbert
- # Added ../script/test script for phpunit automation
# Ignoring files in log
# Added ../script/test script for phpunit automation
# Ignoring files in log
-
r497
(ActiveRecord::count now accepts options.
general.php: added ...) committed by nesbert
- ActiveRecord::count now accepts options.
general.php: added dir_to_array()
ActiveRecord::count now accepts options.
general.php: added dir_to_array()
-
r496
(Added insert flag to handle multiple ActiveRecord::save call...) committed by nesbert
- Added insert flag to handle multiple ActiveRecord::save calls for one object.
Added insert flag to handle multiple ActiveRecord::save calls for one object.
-
r495
(Added ActiveRecord::update arguments similar to find()
Updat...) committed by nesbert
- Added ActiveRecord::update arguments similar to find()
Updated logging to not strip_tags
Added ActiveRecord::update arguments similar to find()
Updated logging to not strip_tags
-
r494
(ActiveRecord "validates_uniqueness_of" fix.) committed by nesbert
- ActiveRecord "validates_uniqueness_of" fix.
ActiveRecord "validates_uniqueness_of" fix.
-
r493
(ActiveRecord association/relationship update.
ActiveSession ...) committed by nesbert
- ActiveRecord association/relationship update.
ActiveSession fix.
ActiveRecord association/relationship update.
ActiveSession fix.
-
r492
(# Added ./generate schema class_name:ModelName
# active_reco...) committed by nesbert
- # Added ./generate schema class_name:ModelName
# active_record.php mode support for DB settings $this->_mode_
# renamed INCOMPLETE_CLASS_BYPAS to SKIP_AUTOLOAD_ERRORS
# database_xml.php added db to attribute and file naming fix on create
# Added ./generate schema class_name:ModelName
# active_record.php mode support for DB settings $this->_mode_
# renamed INCOMPLETE_CLASS_BYPAS to SKIP_AUTOLOAD_ERRORS
# database_xml.php added db to attribute and file naming fix on create
-
r491
(# Updated DatabaseXML to use table name not class name.
# In...) committed by nesbert
- # Updated DatabaseXML to use table name not class name.
# Inflector::singularize fix now handles words that end with (a)ss correctly
# __autoload fix for nested class names.
# Updated DatabaseXML to use table name not class name.
# Inflector::singularize fix now handles words that end with (a)ss correctly
# __autoload fix for nested class names.
-
r490
(Shared path fix.) committed by nesbert
- Shared path fix.
-
r489
(More multi-key support updates and removed final declaration...) committed by nesbert
- More multi-key support updates and removed final declaration on some functions.
More multi-key support updates and removed final declaration on some functions.
-
r488
(Smart INSERTS and UPDATES updates & fix.) committed by nesbert
- Smart INSERTS and UPDATES updates & fix.
Smart INSERTS and UPDATES updates & fix.
-
r487
(ActiveRecord.php:
# On insert load id for auto_increment fie...) committed by nesbert
- ActiveRecord.php:
# On insert load id for auto_increment field
# changed schema flag to "has_schema"
DatabaseXML.php:
# Load default value
ActiveRecord.php:
# On insert load id for auto_increment field
# changed schema flag to "has_schema"
DatabaseXML.php:
# Load default value
-
r486
(Cleaned up column_type return.) committed by nesbert
- Cleaned up column_type return.
Cleaned up column_type return.
-
r485
(UPDATED Adapter::get_row() now returns an object. Will only ...) committed by nesbert
- UPDATED Adapter::get_row() now returns an object. Will only affect people who are not using
ActiveRecord to access DBs.
ActiveRecord added support for row data as objects.
UPDATED Adapter::get_row() now returns an object. Will only affect people who are not using
ActiveRecord to access DBs.
ActiveRecord added support for row data as objects.
-
r484
(Added ActiveRecord::reload(); and ActiveRecord::reset_values...) committed by nesbert
- Added ActiveRecord::reload(); and ActiveRecord::reset_values();
Added ActiveRecord::reload(); and ActiveRecord::reset_values();
-
r483
(Smarter UPDATEs and INSERTs for ActiveRecord.) committed by nesbert
- Smarter UPDATEs and INSERTs for ActiveRecord.
Smarter UPDATEs and INSERTs for ActiveRecord.
-
r482
(Smarter UPDATEs and INSERTs for ActiveRecord.) committed by nesbert
- Smarter UPDATEs and INSERTs for ActiveRecord.
Smarter UPDATEs and INSERTs for ActiveRecord.
-
r481
(Smarter UPDATEs and INSERTs for ActiveRecord.) committed by nesbert
- Smarter UPDATEs and INSERTs for ActiveRecord.
Smarter UPDATEs and INSERTs for ActiveRecord.
-
r480
(Finished adding support for XML modeling for ActiveRecord. W...) committed by nesbert
- Finished adding support for XML modeling for ActiveRecord. Will add more feature like relationships,
validation, etc. to DatabaseXML.
Finished adding support for XML modeling for ActiveRecord. Will add more feature like relationships,
validation, etc. to DatabaseXML.
-
r479
(Finished adding transaction support.) committed by nesbert
- Finished adding transaction support.
Finished adding transaction support.
-
r478
(Adding transaction support to ActiveRecord, Mysql and Mysqlm...) committed by nesbert
- Adding transaction support to ActiveRecord, Mysql and Mysqlmproved
Adding transaction support to ActiveRecord, Mysql and Mysqlmproved
-
r477
(Started adding support for XML modeling for ActiveRecord.) committed by nesbert
- Started adding support for XML modeling for ActiveRecord.
Started adding support for XML modeling for ActiveRecord.
-
r476
(Added ability to override default host, port, socket
Added C...) committed by nesbert
- Added ability to override default host, port, socket
Added CRUD support for multiple column primary keys
Updated association/relational support for multiple column foreign keys
Added ability to override default host, port, socket
Added CRUD support for multiple column primary keys
Updated association/relational support for multiple column foreign keys
-
r475
(Added flag CREO('global_xss_filtering', true) will enable bu...) committed by nesbert
- Added flag CREO('global_xss_filtering', true) will enable built in XSS filter for all $_COOKIE,
$_GET, $_POST, $_SERVER and $this->params vaiables.
Added flag CREO('global_xss_filtering', true) will enable built in XSS filter for all $_COOKIE,
$_GET, $_POST, $_SERVER and $this->params vaiables.
-
r474
(Routing optimization and better virtual file extension suppo...) committed by nesbert
- Routing optimization and better virtual file extension support for URLs.
Routing optimization and better virtual file extension support for URLs.
-
-
issue 7
(Output sent to screen before output phase begins not being h...) changed by nesbert
-
Status:
Fixed
Owner:
nesbert
Status:
Fixed
Owner:
nesbert
-
r473
(Issue #7 - All output before output phase is now stored in $...) committed by nesbert
- Issue #7 - All output before output phase is now stored in $GLOBALS['CREOVEL']['BUFFER']
Issue #7 - All output before output phase is now stored in $GLOBALS['CREOVEL']['BUFFER']
-
issue 5
(Unable to have nested controllers with custom route) changed by nesbert
-
Status:
Done
Owner:
nesbert
Status:
Done
Owner:
nesbert
-
r472
(__PHP_Incomplete_Class Object session fix/bypass thx ELM!) committed by nesbert
- __PHP_Incomplete_Class Object session fix/bypass thx ELM!
__PHP_Incomplete_Class Object session fix/bypass thx ELM!
-
-
r471
(general.php: clean_array() can now handle nested arrays) committed by nesbert
- general.php: clean_array() can now handle nested arrays
general.php: clean_array() can now handle nested arrays
|