Andy Miller
853d934c5e
Fix for language picker to use new individual language files
2015-12-18 17:28:31 -07:00
Flavio Copes
e6d04b089a
Merge branch 'develop' into feature/integrate-with-admin-pro
2015-12-01 18:09:52 +01:00
Flavio Copes
36b79b2b83
Check to prevent failure
2015-11-30 19:00:12 +01:00
Flavio Copes
018c22e7e9
Fix getting strings translated when the default lang is != 'en' and does not contain them
2015-11-30 16:10:54 +01:00
Flavio Copes
e82c347508
Merge branch 'develop' into feature/integrate-with-admin-pro
2015-11-30 15:58:40 +01:00
Tyler Cosgrove
f0a51f1e35
Add logic to check if pages even exist.
...
There was a problem with the dashboard page when checking for latest pages if there were no pages in the user/pages folder.
2015-11-29 09:49:51 -05:00
Flavio Copes
1185502982
MIssing semicolon
2015-11-26 12:49:21 +01:00
Flavio Copes
453d2f7403
Stub for backups
2015-11-26 12:13:07 +01:00
Flavio Copes
16d745b377
Merge branch 'develop' into feature/integrate-with-admin-pro
2015-11-21 16:40:18 +01:00
Flavio Copes
e6cddea054
Add nonce to GravAdmin.config.admin_nonce to be used by JS. Drop jQuery DOM references to #admin-nonce
2015-11-21 16:15:23 +01:00
Djamil Legato
98ca723214
Ensuring plugin and themes objects exist before continuing
2015-11-19 20:06:08 -08:00
Flavio Copes
ce672e4919
Nonce-verify install/uninstall themes
2015-11-19 23:01:14 +01:00
Flavio Copes
cb8643b178
Moved groups data to admin pro
2015-11-01 15:58:07 +01:00
Flavio Copes
d3e352ef98
Show the access levels filters
2015-10-21 18:41:49 +02:00
Flavio Copes
a94a9bf0eb
Handle getting configuration data for groups
2015-10-20 19:32:33 +02:00
Flavio Copes
772074cd97
Refs https://github.com/getgrav/grav-plugin-data-manager/issues/5
...
What happened is that pages added by plugins in the admin get counted
as normal site pages. Counting only routable and modular pages solves
the issue without messing with iterating over page types added by
plugins
2015-10-02 11:47:26 +02:00
Flavio Copes
d2daa17352
Add static helper methods to be used by the new page blueprints, and store the information in the session when creating a new page
2015-10-01 15:33:33 +02:00
Andy Miller
3fc3a40c17
fix for missing phpinfo method: #175
2015-09-15 16:23:57 -06:00
Andy Miller
b9290e4779
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2015-09-14 09:39:50 -06:00
Andy Miller
0549445e4b
removed a couple of todo messages
2015-09-14 09:39:45 -06:00
Flavio Copes
be33876bc0
Fix issue in offline admin
2015-09-13 20:27:01 +02:00
Andy Miller
fe6fec16db
change getPage() method to public
2015-09-11 12:22:15 -06:00
Andy Miller
6aea8f11a0
More support for redirect in admin
2015-09-11 10:47:54 -06:00
Flavio Copes
d66ecd58fd
Conform to authorize
2015-09-11 15:00:03 +02:00
Andy Miller
42e7cb16e4
php->kendo js date conversion
2015-09-08 14:58:31 -06:00
Andy Miller
1e91e22c19
added template types to filter input
2015-09-08 11:31:39 -06:00
Andy Miller
0113cdcf59
Check to ensure template has modular templates before showing add modular button
2015-09-08 11:13:52 -06:00
Flavio Copes
72ac5c0b89
Fix offline fatal error on GPM initialization
2015-09-01 18:14:54 +02:00
Andy Miller
42510b63b8
Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop
2015-08-29 10:44:03 -06:00
Andy Miller
e2e1076e8e
support for independent file name and template override
2015-08-29 10:43:58 -06:00
Flavio Copes
ea30fcc43f
Fallback to english if Language::getDefault() returns null (e.g. user sets the interface in a language, but translations are disabled)
2015-08-29 14:39:37 +02:00
Flavio Copes
697c9a4524
Prevent an error when there are no pages in the site
2015-08-28 16:02:32 +02:00
Flavio Copes
cdb4d2b7f4
Fallback to default lang if no string is found
2015-08-24 19:09:07 +02:00
Andy Miller
8aa5c0ac2f
various fixes for redirects and parents
2015-08-20 18:11:54 -06:00
Andy Miller
3692dca100
Default to english if language is not set
2015-08-20 15:23:50 -06:00
Andy Miller
8e09213dc9
Fix for #84 - unique page counting
2015-08-20 15:23:20 -06:00
Matias Griese
c6b1f1d2eb
Fix blueprints to be loaded by using blueprints:// stream ( #38 )
2015-08-20 11:58:14 +03:00
Andy Miller
d773a878de
Fix for #54 issue - Call to a member function path() on a non-object
2015-08-19 12:51:55 -06:00
Flavio Copes
79bafcd6ab
Correctly set the default language when not set in the user yaml (fixes language not changing problem)
2015-08-19 10:17:50 +02:00
Flavio Copes
29a6af26f3
Fix untranslated string
2015-08-18 21:13:04 +02:00
Flavio Copes
84bd5605f0
Fix session variable if not set before
2015-08-18 21:07:11 +02:00
Flavio Copes
4f3ef359c8
Fix getting the site languages
2015-08-18 19:44:07 +02:00
Flavio Copes
0cd5c60e5d
Defaults to english
2015-08-18 19:27:10 +02:00
Flavio Copes
38016fa5af
Independent admin-side translate functionality
2015-08-18 18:48:15 +02:00
Flavio Copes
9976e2c72d
Fix language change requiring a logout to be applied (still requires a second page reload)
2015-08-18 16:04:00 +02:00
Flavio Copes
3ec0cf22d2
Merge develop
2015-08-18 14:37:56 +02:00
Andy Miller
df11f9ee45
adminLanguages function
2015-08-17 18:22:15 -06:00
Flavio Copes
ca9139b5c7
Handle the special case of message post-login
2015-08-17 18:49:06 +02:00
Flavio Copes
266c964e36
Merge branch 'develop' into feature/translate-admin
2015-08-17 16:42:39 +02:00
Andy Miller
274c4ca410
Fix for page not redirecting when changing folder name - #67 (requires grav update)
2015-08-14 15:00:48 -06:00