phpnut
b4a93ea971
"Adding key for Spanish language es_mx"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4141 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:55:54 +00:00
phpnut
2ce49ac3ed
"Forcing HTTP_ACCEPT_LANGUAGE to lower case string"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4140 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:53:16 +00:00
phpnut
036e0d2a15
Adding Spanish translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4139 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:24:55 +00:00
phpnut
cec62a4774
"fixing parse error"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4138 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:17:38 +00:00
phpnut
a96e93ab3e
Correcting error found when testing bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4137 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:50:49 +00:00
phpnut
c52caa321a
Adding default.pot file that holds all translatable strings from the core.mo
...
Adding English .po and .mo files
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4136 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:34:27 +00:00
phpnut
87060dbf86
Updating files with translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4135 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:29:39 +00:00
phpnut
9a10f71807
Adding default language directories
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4134 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:25:22 +00:00
phpnut
06bd52b3fd
Adding default language directories
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4133 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:20:21 +00:00
nate
19798c71b3
Adding 1.2 fix for Ticket #1797
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4132 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:17:52 +00:00
phpnut
4f1c5ef386
Wrapping all core messages in translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4129 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 22:49:47 +00:00
phpnut
c5ec6b0ea1
Updating HtmlHelper::charset() to use Configure::read('charset)
...
Updated core layouts to use $html->charset()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4128 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:33:23 +00:00
phpnut
9283b97f01
Setting charset with Configure::write();
...
Adding default charset values for all languages.
Those that I did not know where set to utf-8
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4127 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:15:40 +00:00
phpnut
5a128ed722
Adding charset var and __l10nCatalog key to I10n class
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4126 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:05:42 +00:00
phpnut
3184872949
Copying locale directory to app/ and cake/scripts/templates/skel/
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4125 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:40:01 +00:00
phpnut
238ddacded
Cleaning up translations model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4124 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:30:09 +00:00
phpnut
1674d31e3d
Removing locale from view directories.
...
Renaming en_US to eng
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4123 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:11:50 +00:00
phpnut
d23de28349
Adding doc comments to translation functions in basics.php
...
Refactoring I18n class to use one locale directory for an application.
Translations will be located in app/locales/[LANGUAGE]/LC_MESSAGES/[CONTROLLER].mo or [CONTROLLER].po
If not found app/locales/[LANGUAGE]/LC_MESSAGES/default.mo or default.po
All core translations will be located in cake/locales/[LANGUAGE]/LC_MESSAGES/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4122 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:04:15 +00:00
nate
4c586b7893
Fixing default label rendering in FormHelper::input()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4121 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 16:26:54 +00:00
dho
b5a4e298fb
Fixing "undefined variable" problem in FormHelper::input
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4120 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 07:38:31 +00:00
nate
02ec1887ce
Un-requiring model name parameter in FormHelper::create(), and moving date/time option data to FormHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4119 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 05:23:07 +00:00
phpnut
90a78232ed
Changed Configure::read() so it would return null if key is not set.
...
Refactored I18n and I10n classes.
Removing languages that are not found in browsers
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4117 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 22:05:42 +00:00
phpnut
78df4e3549
Cleaning up I10n and I18n classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4116 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 09:17:32 +00:00
nate
6ae8f7e37c
Refactoring FormHelper::create(), and stripping empty array elements in Router::url()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4115 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 06:10:35 +00:00
nate
0de17ece93
Updating auto-generated form tag ID
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4114 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 05:49:19 +00:00
nate
3c023b4335
Adding automatic list variable detection for select menus, and 'default' => false option for preventing form submits via JavaScript
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4113 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 04:46:52 +00:00
nate
fd9a347fe1
Updating FormHelper docblock
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4112 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-20 21:43:11 +00:00
nate
ccf52fa20d
Updating scaffold views with new FormHelper and URL code
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4111 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-20 21:41:42 +00:00
nate
6e3f0c8f1c
Updating helper docblocks
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4110 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:31:14 +00:00
nate
8606816642
Fixing View class reference in RssHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4109 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:27:19 +00:00
nate
982381dc74
Binding additional Behavior callbacks to Model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4108 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:26:02 +00:00
nate
eeec18d562
Converting scaffold URLs to array-based
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4107 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-17 15:33:21 +00:00
nate
54a5055fa4
Adding loadControllers() fix for Ticket #1745
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4106 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 16:18:15 +00:00
nate
deea24b153
Fixing undefined index error in Router
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4104 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 16:10:57 +00:00
dho
c25bcd26ab
Fixing error messages in File::create (ticket #1770 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4103 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 12:33:15 +00:00
gwoo
1490f7da5d
View::layoutPath fix
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4102 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 05:50:32 +00:00
phpnut
b8a46e14d7
Adding Folder::rmdir().
...
Removed empty lines from basics file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4101 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 04:39:26 +00:00
nate
b5face3516
Changing Model::del to check for existence of itself before allowing deletes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4099 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 04:04:15 +00:00
gwoo
16bf452787
updating Folder::mkdirr(), adding Folder::chmodr()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4098 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 02:28:36 +00:00
gwoo
f5e2dea563
adding automatic hidden field for FormHelper::input(), removed create() from bake controller edit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4097 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:43:01 +00:00
phpnut
64997718e0
Merging fixes from 1.1.x.x Folder class to 1.2.x.x
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4096 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:11:24 +00:00
nate
37281be9de
Checking if model exists when setting 'created' field, to enable use with custom IDs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4094 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:06:22 +00:00
phpnut
ff8bc29ee7
Adding fix for Ticket #1746
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4093 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 17:03:21 +00:00
nate
da1eab6e5f
Adding 1.2 fix for Ticket #1740
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4092 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 14:25:58 +00:00
phpnut
3bc7ae19c2
Fixing Controller::generateFieldNames() when alias used in a HABTM
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4090 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-11 01:33:18 +00:00
gwoo
6ffdf09d4d
fix typo in bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4089 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 21:48:19 +00:00
dho
cc9b30ad2f
Typo (ticket #1738 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4088 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 17:37:54 +00:00
gwoo
d67977bba0
fix bug in model names
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4087 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 16:20:42 +00:00
gwoo
2bab8c5f57
updating code created by bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4086 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 09:07:53 +00:00
nate
b51bf20390
Adding PHP5 array functions for Router to basics
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4085 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:59:35 +00:00