nate
33990b2193
Adding FormHelper::input() fix for generating select menus (Ticket #1860 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4293 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-14 05:46:03 +00:00
phpnut
2ef3e325ca
Changed Configure::_ _writeConfig() to use instance from getInstance().
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4292 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-14 01:29:20 +00:00
phpnut
bcd2a951e4
Adding check for existence of Core key in class.paths.php.
...
Change Configure::_ _writeConfig() to cache files for 10 seconds if DEBUG > 0.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4291 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-14 01:25:13 +00:00
nate
2e715c9da0
Fixing key checking in AuthComponent
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4290 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-13 23:05:26 +00:00
phpnut
27e5481b5b
Adding check for new dot notation that will be used to load classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4289 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-13 21:36:10 +00:00
phpnut
7ad952d5eb
Adding changes to other load*() functions in basics.php to create cached paths for loaded classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4288 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-13 21:08:52 +00:00
nate
de4bd50931
Adding Auth component
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4287 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-12 17:49:02 +00:00
phpnut
55e9a1eda6
Reverting changes from [4285]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4286 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-12 17:25:56 +00:00
gwoo
8eccba69ce
adding a return false to cache and configure
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4285 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-12 16:37:56 +00:00
phpnut
d967e98ee1
Adding addslashes() to Configure::store() so content will have backslashes before characters that need to be quoted.
...
Removed error notice that is thrown when file is not present
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4284 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-12 01:33:18 +00:00
gwoo
ea7ae19849
updating cake.generic.css
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4283 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-11 02:22:17 +00:00
gwoo
86c344917d
updating FormHelper, #1860
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4282 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-11 00:11:55 +00:00
gwoo
bd50a860f8
fixing typo in bake, #1902
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4281 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 23:33:03 +00:00
gwoo
62ef82cf4e
updating skel templates
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4280 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 22:56:16 +00:00
gwoo
dc366d046d
adding pagination and sorting to scaffold. refactoring plugin views and redirects, updating default layout
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4279 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 22:53:52 +00:00
gwoo
6c528ffa00
adding check for is_writeable to cache()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4278 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 22:43:37 +00:00
gwoo
790689fc32
moving data conversion for xml from Model::set() to RequestHandler::startup();
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4277 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 21:20:06 +00:00
gwoo
7019ee7d26
adding empty $config to Configure::__writeConfig, update to model for multiple datasources with a table prefix, added option to wrap xml with <data> to wrap the model elements when using Model::set()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4276 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-10 11:15:43 +00:00
phpnut
a1651041dd
Correcting params in doc comments
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4275 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-09 22:36:29 +00:00
phpnut
e64de54a51
Adding new methods to Configure class that is used to created a cached version of config files.
...
Adding Configure::store() method call to bootstrap.php to create a cached file for class paths.
Adding Configure::read() to load class paths into Configure instance.
Adding check in loadModel() to get the class path from Configure::read('Models'); if set, if values are not set, the correct file is found and added to the cache file for faster loading.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4274 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-09 22:32:48 +00:00
dho
246028e89f
Changing .thtml to .ctp in templates
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4273 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-09 07:36:27 +00:00
dho
6584ce99f7
Removing links to wiki
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4272 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-08 13:12:05 +00:00
nate
ec2ce20f91
Adding Ajax indicator fix for Ticket #1880
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4271 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-08 08:33:39 +00:00
phpnut
9ea5c756d4
Adding additional fix to [4269] to bypass cache when multiple forward slashes are used in the url
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4270 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-07 22:44:19 +00:00
phpnut
6efa16eb82
Adding fix to CacheHelper when $this->url is /
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4269 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-07 22:16:38 +00:00
nate
914dffcc14
Fixing $options array merge order in PaginatorHelper::link()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4268 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-07 20:09:45 +00:00
nate
a1f632c905
Adding 'indicator' feature to AjaxHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4267 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 22:09:27 +00:00
nate
18f086fbd1
Updating TextHelper::autoLinkEmails() with new API changes (Ticket #1874 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4266 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 21:10:33 +00:00
dho
98f32860a9
Implementing Validation::ip()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4265 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 16:37:03 +00:00
dho
50149aeeed
Implementing minLength and maxLength
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4264 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 10:32:12 +00:00
dho
c7f045c832
Fixing typos
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4263 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 08:41:48 +00:00
nate
b6c1b9718f
Adding Sanitize::clean() to replace Sanitize::cleanArray(), cleanValue(), etc.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4262 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 06:19:58 +00:00
nate
4df28cd1e6
Updating DboPear to be consistent with DboSource API 1.2
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4261 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 06:02:37 +00:00
nate
bfeaab795a
Adding validation fix for Ticket #1850 , and adding warning messages for Model::invalidFields() and Model::validates()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4260 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 04:58:24 +00:00
nate
8fb73307e9
Adding FormHelper::create() fix for AjaxHelper (Ticket #1836 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4259 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 00:47:54 +00:00
nate
eb4f2eed2e
Adding PaginatorHelper::options() to set default pagination options
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4258 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 00:37:40 +00:00
nate
7e6db39d50
Additional helper detection for paginate()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4257 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 23:39:47 +00:00
nate
b5309bb017
Fixing DOM ID's for HtmlHelper::selectTag() (Ticket #1847 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4256 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 23:17:05 +00:00
nate
b8c51fee44
Fixing HtmlHelper::link() to allow passing $escapeTitle and $confirmMessage params as 'escape' and 'confirm' in $options
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4255 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 21:48:40 +00:00
nate
f96a1728eb
Fixing ambiguous key sorting in Controller::paginate()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4254 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 21:46:28 +00:00
nate
0750210fa0
Fixing URL passing in AjaxHelper::form()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4253 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 19:21:46 +00:00
gwoo
6f864c367d
bake, redirect links
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4252 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 18:58:45 +00:00
gwoo
e4b66db20e
bake, generated links
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4251 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 18:35:09 +00:00
gwoo
f441e0fd42
re-fixing for the custom controllers in bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4250 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 02:23:10 +00:00
gwoo
e5ca024cfb
updating bake, added fix for ticket #1835 and #1841 , css update for #1835 .
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4249 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-04 18:12:13 +00:00
phpnut
658ab33959
Adding fix to allow Configure::write('debug', '0'); in a controller method
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4248 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-04 16:13:24 +00:00
phpnut
cdfeca6f20
Adding Indonesian translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4247 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 18:55:01 +00:00
nate
8c3a1307c6
Fixing array key in PaginatorHelper::counter()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4246 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 17:46:52 +00:00
nate
b21b7f4b03
Cleaning up FormHelper code
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4245 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 17:36:14 +00:00
phpnut
15ca3a9c39
Adding patch from phishy:
...
sets case insensitivity of sorting after connect
clears statements/cursors when done interating through them
begun adding transaction support
fixed date/timestamp support to support more date formats
added supports for dates and timestamps
added a sequence public property instead of the hardcoded name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4244 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-02 20:30:22 +00:00