Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GSconfig UI [v0.3]
#5
(2015-05-22, 23:17:14)shawn_a Wrote: looking good, looks like we will have to clean up our config as basic and advanced.
Some of these will wind up being basic configs that need to be in settings, and most are advanced.
3.4 moves everything to global definitions, so there will be 10 times as many settings.

hmmm..

I also need to create a mapping file with id, desc, token, and datatype,version so we can support i18n for our definitions, and auto generate settings inputs from datatypes. I have this basic sorted out in 3.4 but just as basic sections and php comments for now.

Here is an example of new ones in 3.4
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/982

Those look really nice & seem to provide a ton of customization options. If I get it correctly, the constants in $GS_definitions are the ones this plugin should later integrate? As for $GS_constants, I get why all of them shouldn't be settable after runtime, but I don't get why some of them are not in $GS_definitions, eg. why would you not allow changing GSFILENAMEMAX, GSTITLEMAX, GSDATEFORMAT, GSDATEANDTIMEFORMAT, GSSHOWCODEHINTS in gsconfig.php (or would you allow that in the 'Settings' tab)?
Reply


Messages In This Thread
GSconfig UI [v0.3] - by Tyblitz - 2015-05-20, 10:33:57
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-22, 22:52:45
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-22, 23:17:14
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 00:10:32
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-23, 01:07:57
RE: GSconfig UI [v0.1 out!] - by Oleg06 - 2015-05-23, 05:55:54
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 09:07:14
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-23, 09:53:57
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-23, 11:09:27
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 03:32:20
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 03:40:43
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 05:23:46
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 06:21:05
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-24, 08:52:20
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 10:54:51
RE: GSconfig UI [v0.1 out!] - by shawn_a - 2015-05-24, 10:52:53
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-24, 12:23:34
RE: GSconfig UI [v0.1 out!] - by datiswous - 2015-05-24, 12:30:32
RE: GSconfig UI [v0.1 out!] - by Tyblitz - 2015-05-26, 23:47:10
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 03:47:22
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 05:54:11
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 06:28:52
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 07:03:40
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 08:35:23
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 10:07:28
RE: GSconfig UI [v0.2 out] - by Oleg06 - 2015-05-27, 17:03:00
RE: GSconfig UI [v0.2 out] - by Tyblitz - 2015-05-27, 17:52:51
RE: GSconfig UI [v0.2.1 out] - by Oleg06 - 2015-05-27, 21:56:16
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-28, 02:01:06
RE: GSconfig UI [v0.2.1 out] - by shawn_a - 2015-05-28, 02:11:50
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-28, 03:14:05
RE: GSconfig UI [v0.2.1 out] - by shawn_a - 2015-05-28, 03:38:06
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-05-29, 20:45:06
RE: GSconfig UI [v0.2.2 out] - by Tyblitz - 2015-05-30, 23:37:51
RE: GSconfig UI [v0.2.1 out] - by datiswous - 2015-06-11, 03:23:15
RE: GSconfig UI [v0.2.1 out] - by Tyblitz - 2015-10-05, 04:08:11
RE: GSconfig UI [v0.3] - by ReBo - 2015-10-19, 08:07:26
RE: GSconfig UI [v0.3] - by Tyblitz - 2015-10-19, 08:57:08
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-28, 22:20:06
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-29, 03:23:19
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-29, 19:38:39
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-29, 23:14:52
RE: GSconfig UI [v0.3] - by datiswous - 2016-04-30, 06:46:45
RE: GSconfig UI [v0.3] - by shawn_a - 2016-04-30, 07:10:46
RE: GSconfig UI [v0.3] - by shawn_a - 2016-05-02, 00:35:33
RE: GSconfig UI [v0.3] - by Tyblitz - 2016-05-06, 07:13:03
RE: GSconfig UI [v0.3] - by shawn_a - 2016-10-09, 09:43:09
RE: GSconfig UI [v0.3] - by Tyblitz - 2016-10-16, 08:17:28



Users browsing this thread: 1 Guest(s)