Autodetection is fixed, load of JS dependent items (like address book and
search) will be set to false if javascript_on session var is false/0.
javascript_on will ONLY be true if:
javascript_setting = 1 (ALWAYS)
javascript_setting = 2 (Autodetect, and test works)
If you change your javascript settings, javascript_on will change
immediately.
We might actually want to DISABLE Always, and have it be either Never, or autodetect.
Since Always might not always work.. :-P
Correct some mistakes (compose_in_new, resume draft, edit as new)
Centralize javascript detection in prefs.php - checkForJavascript
Move javascript_on from prefs to session - have just javascript_setting in prefs.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.
The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
to log in. We need to strip these chars before creating the prefs
file, because of course a slash in the name gives problems.
It may be possible to strip out other 'illegal' chars here aswell.
Closes (#745814).
1) the required version is minimum 4.0.4 so the 4.0.2 check is always passed.
2) make the check in prefs.php also work when new php versions are released %-)
------------------
This is mostly a warning removal "a la Tyler".
I've also installed 4.1.1 on my portable and it looks it works
fine with some bugfixs. Please 4.1.1 report feedback.
Made left_main.php use $color[15] and fall back on $color[6] if not specified.
Added a $color[15] for all themes. If you don't like the new color, just
change it. :-)
Fixed a bug in prefs.php.
Updated themes.txt documentation.
new prefs version changes that order to a more logical one and the prefs
get cached again. Should be noted for other modules. I maintain the
workaround because it is a logical check to be done.
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
* Added sqclock to core with its options in folder options
* Change options_folder to use new functions
* removed some straight php in order to let xgetpo to work