phpnut
|
6f6b068227
|
Finishing Validation::date()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3864 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-15 03:08:41 +00:00 |
|
nate
|
85ee09fb19
|
Purging the "evil" from comments
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3862 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-14 16:20:52 +00:00 |
|
nate
|
47c86b8c8b
|
Minimizing RequestHandler array usage
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3861 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-12 19:55:30 +00:00 |
|
nate
|
eb59ae1534
|
Unsetting redundant form data in parseParams()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3860 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-12 19:53:42 +00:00 |
|
phpnut
|
f95285d75f
|
Starting to change all core code that uses $this->params
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3859 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-12 00:12:34 +00:00 |
|
nate
|
99a420c8ef
|
Refactoring code, adding error message to deprecated method (View::setLayout), and updating method references
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3858 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-11 21:05:00 +00:00 |
|
nate
|
26955aefda
|
Adding coding-issue fix (Ticket #1633), and insert ID fix (Ticket #1641), and updating method reference
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3857 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-10 18:45:46 +00:00 |
|
nate
|
31623de654
|
Adding $scripts_for_layout to default template
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3856 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-10 18:41:35 +00:00 |
|
nate
|
bd4f1aceff
|
Modifying JavascriptHelper::link() to accept arrays of links, and adding warning for deprecated methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3855 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-10 18:31:27 +00:00 |
|
nate
|
6ba7032e68
|
Moving strip_plugin() to Router::stripPlugin(), and enabling reverse routes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3854 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-10 17:08:31 +00:00 |
|
phpnut
|
3ca4762d32
|
Adding Validation::date() implementation for:
mm/dd/yyyy mm/dd/yy m/d/yy m/d/yyyy
yyyy/mm/dd yy/mm/dd y/m/d/ /yyyy/m/d/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3853 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-09 16:26:54 +00:00 |
|
phpnut
|
678e1be889
|
Adding Validation::date() implementation for dd/mm/yyyy dd/mm/yy d/m/yy d/m/yyyy
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3851 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-09 14:19:32 +00:00 |
|
phpnut
|
fa3e71d169
|
Additional changes to Validation::comparison()
Refactored Validation::custom()to set an error.
Added more doc comments.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3849 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 22:48:15 +00:00 |
|
phpnut
|
2a5f53ddb9
|
Changes made to Validation::comparison().
Added Validation::__reset().
Removed redundant code.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3847 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 21:15:34 +00:00 |
|
phpnut
|
a046a338bb
|
Changed Validation::cc() so custom regex match will call Validation::_luhn()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3845 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 12:50:39 +00:00 |
|
phpnut
|
57ef07a04d
|
Added additional credit card validation regex in Validation:cc().
Added Validation::_luhn() to check the Luhn algorithm or credit cards.
[http://en.wikipedia.org/wiki/Luhn_algorithm Luhn algorithm]
Added new doc comments for both methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3843 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 10:55:07 +00:00 |
|
nate
|
075891f1f9
|
Refactoring code and updating method references
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3841 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 03:28:24 +00:00 |
|
nate
|
13c579292a
|
Refactoring and moving countdim() to Set::countDim()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3840 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 03:26:09 +00:00 |
|
nate
|
97753554c6
|
Adding Security::requireSecure() to require controller actions to be accessed via SSL-secured connections
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3839 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 02:18:41 +00:00 |
|
nate
|
199eac5a35
|
moving strip_plugin() to Router::stripPlugin()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3838 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 02:07:11 +00:00 |
|
phpnut
|
803bf4d0e4
|
Correcting Validation::blank() implementation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3837 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 01:56:07 +00:00 |
|
phpnut
|
d2ffbe2016
|
Adding changes to Validation::alphaNumeric().
Added doc comment to Validation::alphaNumeric() and Validation::between()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3835 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-08 01:09:56 +00:00 |
|
phpnut
|
20da5e67a7
|
Formatting Validation class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3830 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-07 21:05:48 +00:00 |
|
dho
|
a1be115dd1
|
Fixing several problems related to creating unit tests (ticket #1624)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3829 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-06 09:12:38 +00:00 |
|
phpnut
|
4cfafba726
|
Fixing overload() calls in both branches
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3828 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-05 06:56:28 +00:00 |
|
phpnut
|
d77a19e4a4
|
Adding fix for loadModel() not checking for existence of model before loading
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3827 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-05 06:29:15 +00:00 |
|
phpnut
|
969676bbf9
|
Fixing path search for the test suite in bake script
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3826 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-04 07:08:17 +00:00 |
|
gwoo
|
1db5de6623
|
1.2: bake, merging changes from 1.1
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3823 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 22:47:43 +00:00 |
|
phpnut
|
b42373467f
|
Adding fix for scaffold when using an alias association, mostly found on self joined models, or models that have multiple associations to the same model
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3820 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 21:01:24 +00:00 |
|
gwoo
|
8fef7cf4ba
|
1.2: fix for groupPath recursive in generateList
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3819 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 19:49:32 +00:00 |
|
nate
|
cf6aef3059
|
Enabling full base URL to be used with array-based URLs in Router::url() (Ticket #1444)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3818 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 19:38:54 +00:00 |
|
phpnut
|
0a2db46225
|
Added a few changes the AclCLI::upgradedb()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3814 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 06:24:49 +00:00 |
|
phpnut
|
a8c98f38d9
|
corrected method name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3813 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 06:09:34 +00:00 |
|
phpnut
|
0c759b9ce7
|
Adding AclCLI::upgrade() for upgrading previous releases to 1.1.9.x and above
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3812 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 06:01:48 +00:00 |
|
nate
|
3b8b34114b
|
Adding path fixes for DataSource loading
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3809 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 05:45:11 +00:00 |
|
nate
|
e17610842c
|
Refactoring RequestHandler::setAjax() to use respondAs(), adding fix for respondAs(), and adding RequestHandler::isSSL() (Ticket #1604)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3808 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 04:53:27 +00:00 |
|
nate
|
eb01aad01d
|
Fixing associations for ADODB driver (Ticket #1568)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3806 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-03 04:10:40 +00:00 |
|
gwoo
|
9b659da949
|
1.2: changing some names in Xml class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3804 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-02 19:20:50 +00:00 |
|
nate
|
b002cd0ec3
|
Updating method names in XML and XMLNode
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3803 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-02 18:08:21 +00:00 |
|
nate
|
50da950aba
|
Fixing Model::findCount() for ADODB (Ticket #1613)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3802 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-02 14:44:44 +00:00 |
|
phpnut
|
d4e539f1a5
|
Removing inline comment since \n is not longer converted to < br/>
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3800 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-02 03:51:26 +00:00 |
|
nate
|
91ade8fe45
|
Enabling overload of AppHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3798 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 20:42:11 +00:00 |
|
phpnut
|
dedb404423
|
Merging fixes for associations to 1.1.x.x branch
Removed commented code from Model::_ _generateAssociation() in 1.2.x.x
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3796 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 20:31:45 +00:00 |
|
phpnut
|
708dc77ae8
|
Merging __mergeAssociation() into 1.2 branch
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3793 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 19:27:08 +00:00 |
|
phpnut
|
f187ac9cef
|
Adding fix for IN( sql.
Merging fixes between versions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3792 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 19:19:11 +00:00 |
|
dho
|
613bb29300
|
Adding special log output for cli
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3791 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 15:58:52 +00:00 |
|
dho
|
f6be113855
|
Adding functionality to add and modify database configurations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3790 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 08:57:51 +00:00 |
|
phpnut
|
9bc506b058
|
Merging fixes from 1.2.x.x into 1.1.x.x and vice versa.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3788 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 07:15:44 +00:00 |
|
phpnut
|
d6b2545628
|
Adding fix for #1544.
Adds additional path searches for elements and layouts
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3786 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 06:51:57 +00:00 |
|
nate
|
e72eba2f82
|
Fixing PostgreSQL boolean conversion (Ticket #1586), and fixing code formatting
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3784 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-11-01 06:14:50 +00:00 |
|