Commit Graph

9315 Commits

Author SHA1 Message Date
TeamCity
591debbe73 MINOR Updated translations 2012-08-11 20:06:11 +12:00
TeamCity
282be7d37a MINOR Updated translations 2012-08-11 13:05:14 +12:00
TeamCity
47035dd0d1 MINOR Updated translations 2012-08-11 02:22:42 +12:00
TeamCity
8975610d7c MINOR Updated translations 2012-08-10 22:04:47 +12:00
TeamCity
b4cd019987 MINOR Updated translations 2012-08-10 18:06:31 +12:00
TeamCity
d72efcb510 MINOR Updated translations 2012-08-10 11:38:31 +12:00
TeamCity
84dc4df712 MINOR Updated translations 2012-08-08 20:05:17 +12:00
TeamCity
ce6c53d575 MINOR Updated translations 2012-08-08 19:05:53 +12:00
TeamCity
af13a9ca24 MINOR Updated translations 2012-08-07 03:06:27 +12:00
TeamCity
585946e6bd MINOR Updated translations 2012-08-07 02:05:49 +12:00
TeamCity
47c59d76d9 MINOR Updated translations 2012-08-07 00:04:27 +12:00
TeamCity
d9f9d0314a MINOR Updated translations 2012-08-06 23:08:21 +12:00
TeamCity
b01db2e377 MINOR Updated translations 2012-08-06 22:04:55 +12:00
TeamCity
04570b846c MINOR Updated translations 2012-08-06 21:09:39 +12:00
Ingo Schommer
0f648cf3e2 MINOR Updated translations 2012-08-06 10:33:50 +02:00
TeamCity
9020e292f3 MINOR Updated translations 2012-08-06 10:15:49 +12:00
TeamCity
0af767ff31 MINOR Updated translations 2012-07-26 16:26:56 +12:00
TeamCity
3d21c4b99f MINOR Updated translations 2012-07-26 10:27:42 +12:00
TeamCity
f148c995e9 MINOR Updated translations 2012-07-26 09:19:52 +12:00
TeamCity
24149d9e92 MINOR Updated translations 2012-07-26 07:26:32 +12:00
TeamCity
ae823b857c MINOR Updated translations 2012-07-26 04:12:09 +12:00
TeamCity
c0ed34545f MINOR Updated translations 2012-07-26 02:08:54 +12:00
TeamCity
4d511d9b0c MINOR Updated translations 2012-07-26 01:19:49 +12:00
TeamCity
6ca79d03bd MINOR Updated translations 2012-07-25 23:50:59 +12:00
TeamCity
186fa077cf MINOR Updated translations 2012-07-25 20:26:39 +12:00
TeamCity
f99e9f8469 MINOR Updated translations 2012-07-25 17:26:42 +12:00
TeamCity
cb37515395 MINOR Updated translations 2012-07-25 16:40:02 +12:00
TeamCity
739167410b MINOR Updated translations 2012-07-25 15:37:52 +12:00
Hamish Friedlander
eb534e8aa6 MINOR Updated translations 2012-07-25 12:00:06 +12:00
Ingo Schommer
74ba3dc6a6 MINOR Updated translations 2012-07-18 15:20:21 +02:00
Ingo Schommer
0394f39a17 MINOR Updated translations master 2012-07-18 15:04:14 +02:00
Ingo Schommer
30ceee4e5d Merge remote-tracking branch 'origin/master' into translation-staging 2012-07-18 15:04:05 +02:00
Ingo Schommer
3ae8b0b665 Merge remote-tracking branch 'origin/3.0' 2012-07-18 15:00:06 +02:00
Ingo Schommer
498a3fdf49 BUG Fixed i18n text collection in templates
- Non-greedy regex matching to collect more than
one entity per template...
- Regex failed to collect sprintf() properly
2012-07-18 14:58:53 +02:00
Ingo Schommer
faff2c122d Localized CMS breadcrumbs title 2012-07-18 13:51:12 +02:00
Ingo Schommer
bb8678b087 Merge pull request #653 from silverstripe-rebelalliance/7678
BUG: open ticket 7678 fixing usable_tags to send an array to ArrayList
2012-07-17 23:46:07 -07:00
Ingo Schommer
e0477321d3 Merge pull request #651 from willrossi/enumtidyup
API: Renamed EnumField::Lower() and EnumField::Upper() to LowerCase() and UpperCase()
2012-07-17 23:43:00 -07:00
Kirk Mayo
9e1f7421f5 BUG: open ticket 7678 fixing usable_tags to send an array to ArrayList 2012-07-18 17:02:31 +12:00
Will Rossiter
a38bfc577c API: Deprecate EnumField::Lower() and EnumField::Upper() to LowerCase() and UpperCase() for consistency with StringField 2012-07-18 11:54:42 +12:00
Ingo Schommer
1a91431d39 Query param searches for GridFieldAddExistingAutocompleter
Fixes issues with query construction in JS when the search URL
already contains GET paramters (e.g. when using the 'translatable'
module).
2012-07-17 13:26:33 +02:00
Andrew Short
8d38551297 Don't change track autocompleter fields. 2012-07-17 12:07:53 +02:00
Andrew Short
8c0a8539c7 Limit the results shown in the autocompleter. 2012-07-17 12:07:53 +02:00
Ingo Schommer
373c25d56d Merge pull request #645 from drzax/log-writer
BUG Attempt to create log path before writing file
2012-07-17 02:25:24 -07:00
Ingo Schommer
2592f7bc01 Merge pull request #646 from mateusz/os7229
BUG Use prepStringForDB consistently across the framework.
2012-07-17 02:16:00 -07:00
Ingo Schommer
872e2a74c9 Merge pull request #648 from ajshort/cms-form-new-window
Don't capture form submits to new windows.
2012-07-17 01:51:41 -07:00
Andrew Short
9a5baafde7 Don't capture form submits to new windows. 2012-07-17 16:34:01 +10:00
Mateusz Uzdowski
70dcb55fe0 BUG Use prepStringForDB consistently across the framework.
Also remove a line from DBFieldTest, it's redundant with the previous
line.

Ref: os7229
2012-07-17 14:27:58 +12:00
Simon Elvery
dbc862e784 BUG Attempt to create log path before writing file
Attempt to create the path a log file will be written to before blindly
attempting to write the file. This makes dynamically named log paths
(i.e. rotation by date) possible.
2012-07-17 12:18:35 +10:00
Ingo Schommer
a033ddf773 More init checks in HtmlEditorField.js 2012-07-16 23:33:22 +02:00
Ingo Schommer
d4b8db27af Marking fake LeftAndMain->redirect() responses as finished
Introduce new LeftAndMain_HTTPResponse class for this purpose,
to mark a response as finished regardless of HTTP status.
This is required for ajax responses which do redirects on app layer
rather than HTTP (to avoid double processing).

Specifically required to decorate LeftAndMain->init()
in the 'translatable' module (TranslatableCMSMainExtension),
which marks the response as finished through its redirect,
avoiding further processing after init().
2012-07-16 23:30:59 +02:00