Nathan Gray
b3611a8dfd
Remove popup account selection option
2015-07-28 19:08:17 +00:00
Hadi Nategh
c31e051891
Add audio effect into the common preferences in order to be able to disable/enable audio effects used in theme
...
-Add the audio effect into common preferences -> feel and look
-Add audio effect on mobile theme's menu toggle
-Make mobile theme's menu swipe toggle more sensible
2014-12-15 10:00:57 +00:00
Klaus Leithoff
a8a5557aa7
* API/CKEditor: introduce new skins/themes
2014-07-18 09:49:17 +00:00
Ralf Becker
d1c22354b9
setting Pixelegg template (if available) as forced preference, hidding/forcing maxmatches as it is no longer used in eTemplate2 and fixing not working propagation of language from setup
2014-06-25 13:16:19 +00:00
Hadi Nategh
1f0c3b943f
Change default preferences value for notifications and CKEditor
2014-04-24 13:03:45 +00:00
Ralf Becker
7b339a0f5e
changed default for account-selectin to "selectbox"
2014-04-17 10:53:56 +00:00
Ralf Becker
6fdf8c98d1
open preferences and ACL in a popup (ACL still needs a little more work: use et2_dialog to add/edit instead of an other popup)
2014-04-01 15:49:08 +00:00
Hadi Nategh
1d14ecc80f
Remove "drag-and-drop" and "IE dropdownmenu hack" from the common preferences
2013-12-19 10:19:14 +00:00
Klaus Leithoff
210a145747
support additional moonocolor skin
2013-10-21 11:33:39 +00:00
Ralf Becker
f8a0db06fc
completly remove preferences menu from sidebox and tiled preferences index in favoir of app-sensitive entries in top-menu
2013-10-03 09:23:18 +00:00
Ralf Becker
6f162f144e
add context sensitive link to ACL/grant access to top-menu, same is to be happen for cats and preferences itself and preferences in sidebox will be removed
2013-10-02 16:29:08 +00:00
Nathan Gray
70ba888c95
Remove 'Show helpmessages' preference. Always shown via mouseover now.
2013-09-18 18:45:33 +00:00
Ralf Becker
2bec937130
re-added "Preferences" link to Admin >> Edit user
2013-05-11 08:51:06 +00:00
Ralf Becker
61e00e4ebc
remove temp. link to "new settings"
2013-05-10 16:41:34 +00:00
Ralf Becker
3561de27aa
next step with new prefs, works now in old eTemplate too - even a little more then in eT2 ;-)
2013-05-03 13:08:08 +00:00
Ralf Becker
c9bfdcab5c
first take on preferences with et2, not yet working!
2013-04-28 14:52:41 +00:00
Klaus Leithoff
91eafa3037
switch to ckeditor4
2013-03-14 16:44:43 +00:00
Ralf Becker
0c11206d91
change default font unit for new installs to "pt" and fixed not set font-size in email
2013-02-21 13:19:15 +00:00
Ralf Becker
f158a8c5d2
* Preferences/all apps: allow to specify font size unit of richtext editor: either "px" display pixels or "pt" as used in word processing
2013-02-21 11:32:46 +00:00
Nathan Gray
575464654c
Move default app preference out of Text editor settings into template settings section
2013-01-17 23:21:28 +00:00
Nathan Gray
9fc51055cd
Use common rte preference
2012-12-06 17:14:18 +00:00
Nathan Gray
b67e2533b7
Fix missing bold on 'Features of the editor'
2012-12-05 19:36:03 +00:00
Nathan Gray
3ee18797b0
Rework common preferences
...
- Better grouping
- Added preferences for rich text editor
- Font
- Font size
Take effect on new, blank editors. Existing data is untouched.
2012-12-04 22:21:59 +00:00
Ralf Becker
4bd46528d4
new preference about how to select additional lines in lists
2011-06-15 15:59:13 +00:00
Ralf Becker
0238118906
new preference about how to select additional lines in lists
2011-06-15 15:50:16 +00:00
Nathan Gray
f981cb40f8
Update charset label, it's used for export & import
2011-05-24 15:58:44 +00:00
Ralf Becker
3a15cdcd6e
Finding of templates and their themes, if they are packaged in dirs as
...
apps
2010-06-02 10:59:58 +00:00
Andreas Stöckel
56ed72d045
Added support for the new CKEditor 3.2.1
2010-05-25 07:49:24 +00:00
Klaus Leithoff
3ac8b33231
move the ie dropdown menu hack to jsapi, make it an preference, so you can switch it off, if it does not work for you
2010-02-12 09:04:44 +00:00
Ralf Becker
30e13c4acf
first step of group prefs (backend only for now)
2010-01-27 05:44:31 +00:00
Ralf Becker
66c4b6c0cb
"otherwise we get warnings during setup"
2009-11-14 17:39:35 +00:00
Ralf Becker
47b2216554
- new preference number_format, to specify number_format (currently only
...
used in eTemplate)
- added basic support for DateTime / egw_time to eTemplate date-widget
2009-11-12 18:36:50 +00:00
Ralf Becker
763b58912a
"do not fetch timezones (which trys to get installed languages) during setup"
2009-10-19 20:45:23 +00:00
Ralf Becker
89a81249cc
"not calling translation::get_installed_langs() while in setup"
2009-10-19 18:17:59 +00:00
Ralf Becker
20e655c466
Default and forced preferences for nearly all apps
2009-10-19 17:04:11 +00:00
Ralf Becker
5408924afb
All EGroupware apps can now set default and forced preferences on
...
installation time --> nice user experience and cleaner look (by hiding
exotic prefs by focing them to a usual value):
- settings returned from settings hook can contain values for keys
'default' or 'forced'
- if settings hook require part of api or application, which are not
available during installation time: use a method hook (instead of
an old $app/inc/hook_settings.inc.php file), and check if
$hook_param['setup'] is true
- default prefs created so far in setup/admin_account.php got removed
- common prefs in preferences_hooks::settings() got reworked to set
default and forced prefs
- calendar prefs in calendar_hooks::settings() got reworked to set
default and forced prefs
--> I will rework prefs of all our (default) applications according to a
best practice list of Stylite consultants
2009-10-18 12:57:30 +00:00
Ralf Becker
587bd2bc95
- added an optional timezone quick selection in top menu (it shows up
...
only if you select more then one timezone to display in it)
- moved generation of beautified timezone array to egw_time
- moved all preferences hooks to a new class preferences_hooks (updated
version so setup updates hook data, or you need to call admin>>update
hooks)
2009-10-12 09:41:46 +00:00