Ingo Schommer
b9bc854292
Merge remote-tracking branch 'origin/translation-staging'
2012-08-12 22:08:26 +02:00
TeamCity
d6c2ffe7a3
MINOR Updated translations
2012-08-13 01:06:10 +12:00
TeamCity
09aab3a98b
MINOR Updated translations
2012-08-13 00:05:18 +12:00
TeamCity
fc3bdae986
MINOR Updated translations
2012-08-12 23:06:06 +12:00
TeamCity
bb1e761f24
MINOR Updated translations
2012-08-12 22:05:13 +12:00
TeamCity
a68db46aa9
MINOR Updated translations
2012-08-12 04:07:40 +12:00
TeamCity
2e92b2753f
MINOR Updated translations
2012-08-12 03:06:03 +12:00
TeamCity
ef4e3be5d1
MINOR Updated translations
2012-08-12 02:05:42 +12:00
TeamCity
52deb8f276
MINOR Updated translations
2012-08-12 01:05:48 +12:00
TeamCity
a3280b55b5
MINOR Updated translations
2012-08-11 22:06:06 +12:00
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
Ingo Schommer
24c7cf94fc
Updated language master files
2012-08-10 00:59:07 +02:00
Ingo Schommer
90fab71f41
Merge branch '3.0'
2012-08-10 00:30:59 +02:00
Ingo Schommer
023721aaca
GridFieldPaginator localization
2012-08-10 00:30:49 +02:00
Ingo Schommer
cac540d252
Merge branch '3.0'
2012-08-10 00:19:00 +02:00
Ingo Schommer
c7fd9a6605
CMS Localization
2012-08-10 00:17:34 +02:00
Ingo Schommer
ca1d38dffd
BUG Localize DataObject->summaryFields()
2012-08-10 00:14:02 +02:00
Ingo Schommer
77d939f0b2
CMS Localization
2012-08-09 23:55:30 +02:00
martimiz
deb3780a45
BUG #7768 - add-button and breadcrumb translation in Security, ModelAdmin
...
The classnames on the add-new button and breadcrumbs were not
translated due to the use of singular_name() instead of
i18n-singular_name() in GridFieldAddNewButton and GridFieldDetailForm.
2012-08-09 23:46:40 +02:00
Will Rossiter
61ea58d030
Merge pull request #712 from Martimiz/3.0-CMSBreadcrumbs
...
FIX: display correct icon in the GridFieldDetailForm's breadcrumbs
2012-08-09 04:19:28 -07:00
Ingo Schommer
b69813af9f
Merge branch '3.0'
2012-08-09 12:47:26 +02:00
Ingo Schommer
ec17d368be
BUG Fix PHPUnit autoloading problems in text collector
2012-08-09 12:47:12 +02:00
Will Rossiter
1f4b5db2db
Merge pull request #714 from tractorcow/3.0-gridfield-fixes
...
FIX: Uninitialised variable in GridFieldAddExistingAutocompleter
2012-08-09 03:24:33 -07:00
Ingo Schommer
4eef8e32bd
Merge branch '3.0'
2012-08-09 11:51:26 +02:00
Ingo Schommer
68855a209a
Guard against double inclusion of phpunit
...
While a hack, it fixes problems with our build infrastructure,
specifically i18nTextCollectorTask complaining about
double class definition.
2012-08-09 11:51:17 +02:00
Ingo Schommer
dfa554791f
Merge branch '3.0'
2012-08-09 10:59:41 +02:00
Ingo Schommer
186d95c84b
Argument optional in collectFromEntityProviders()
2012-08-09 10:59:15 +02:00
Ingo Schommer
fb7008627c
Merge remote-tracking branch 'origin/3.0'
2012-08-09 10:47:44 +02:00
Damian Mooyman
d172e160a8
FIXED: Bug in GridFieldAddExistingAutocompleter.php where an uninitialised variable would occasionally crash searches
...
REMOVED: Unused variable
2012-08-09 15:04:02 +12:00
martimiz
b1ee36e3aa
Fix: display the correct (menu) icon in the GridFieldDetailForm's breadcrumbs.
...
In CMSBreadcrumbs.ss the (TopLevel)Controller is not recognized within
the Breadcrumbs loop, so the class that is used in css to style the
icon cannot be created. Moving the construction outside the loop will
remedy this. As far as I can see this works within the CMS.
2012-08-08 17:30:20 +02:00
Michał Ochman
1432a8e8a1
NEW create TestRunner setdb URL endpoint
2012-08-08 10:46:53 +02:00
Ingo Schommer
342f076f62
Revert "NEW add selectsession URL endpoint"
...
This reverts commit 766b03f360
.
Accidentally pushed from local working copy.
2012-08-08 10:20:36 +02: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
Ingo Schommer
36dd729b08
Merge pull request #657 from chillu/pull/tutorials
...
Documentation: Tutorials and Howto
2012-08-07 12:10:04 -07:00
Ingo Schommer
0c0bcc9aec
NEW Rewritten tutorial 5 to GridField API
...
- Removed redundant "module" relationship, has_one is already present in Student->Project relationship
- Simplified FirstName/LastName to Name on Student and Mentor models, makes for less sample code
- Removed detail views for Student and Mentor, as they don't add much educational value
- Fixed indentation in code examples
- Using GridField relation editor, listing students on relation instead of holder
- Added optional exercises for the readers
- Added conclusion, explaining when to use Page vs. DataObject
- Updated sample data to GSOC '12 rather than '07, anonymized and randomised a bit
- Thanks to Naomi Guyer for contributing!
2012-08-07 21:09:40 +02:00
Ingo Schommer
0308cc2005
Tutorial 2/3 and some howto tweaks
2012-08-07 21:06:35 +02:00
Naomi Guyer
6d8976ec87
MINOR: Forms, navigation howto plus adjustments to tutorial one ( #6367 )
...
* Created "How to make a simple contact form"
* Created "Create a navigation menu"
* Adjusted tutorial one from Andy's notes
2012-08-07 21:06:34 +02:00
Naomi Guyer
11c71e1a5a
NEW Updated tutorial 4
2012-08-07 21:06:34 +02:00
Naomi Guyer
2d80ea5939
MINOR: Documentation, tutorial (part3, and tidy-up part 1&2 )
...
Fixed up Forms documentation, and replaced some images in first 2
tutorials
2012-08-07 21:06:34 +02:00
Michał Ochman
766b03f360
NEW add selectsession URL endpoint
...
This endpoint should be passed a testSessionKey POST parameter.
testSessionKey is an indicator for /tmp/testsessions/<testSessionKey>
file which stores temp database config.
https://github.com/michalochman/SilverStripe-Behaviour-Testing-Framework/issues/27
2012-08-07 09:14:28 +02: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
Ingo Schommer
9b15bac8f3
Parameter omission in i18nTextCollector
2012-08-06 14:17:43 +02:00
TeamCity
47c59d76d9
MINOR Updated translations
2012-08-07 00:04:27 +12:00