phpnut
42198541d3
Updating core files with translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4152 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 09:09:06 +00:00
phpnut
359154fabf
"Correcting charset for the Japanese language."
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4151 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 08:58:32 +00:00
phpnut
41c71dc9a4
"Modifying home.ctp"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4150 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 08:21:10 +00:00
phpnut
1be41a5fcf
"Adding translation function around Editing this Page"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4145 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 05:43:40 +00:00
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
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
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
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
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
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
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
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
nate
51e7c5e08c
Enabling FormHelper::input to introspect default field types based on column type in model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4083 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:45:35 +00:00
nate
2c7f129aaa
Adding 3rd param to Controller::redirect to allow auto-exiting
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4082 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:36:36 +00:00
nate
a7d07aea20
Fixing undefined index notice with admin routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4081 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 22:41:20 +00:00
nate
7fd83394ca
Fixing admin paths for string URLs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4080 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 18:59:58 +00:00
nate
8d1a23e008
Fixing reverse-route URL generator for admin routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4077 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 05:58:08 +00:00
nate
94a57a89a4
Adding fixes for reverse routing engine
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4076 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-06 20:38:28 +00:00
nate
403ff35bdb
Refactoring code and updating docblocks in Security and RequestHandler components
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4075 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-06 20:37:12 +00:00