c5de5fd8e2
Use edit popup for text link as well as icons
2011-07-06 16:04:18 +00:00
4515f24b85
- Clear owner popup after use
...
- Remove user if adding group to user category
2011-07-06 15:10:46 +00:00
e4d0a78c8d
Allow setting owner when creating a new category
2011-07-06 15:09:08 +00:00
d7372d5a60
Add app filter to category list
2011-07-06 14:44:23 +00:00
2acb6c7ab5
* Template for mobile browsers: only show application area, all apps are available via slideout menu
2011-07-06 07:19:54 +00:00
624839d0db
Translations for placeholder labels
2011-07-05 22:21:49 +00:00
aab8157907
Translation for placeholder labels
2011-07-05 21:44:21 +00:00
5740888427
- Add a hint/warning when admin edits user's category to change owner
...
- Change 'Change owner' to use add/remove, similar to other apps
2011-07-05 16:35:32 +00:00
324cb05599
Use different app if running hooked also
2011-07-05 15:56:30 +00:00
4e54cdabc0
Pass non-popup links through framework's link handler
2011-07-05 14:45:25 +00:00
d69661ab55
Don't use start or end for range labels if they're missing / 0
2011-07-04 21:22:57 +00:00
3ac3cfeb24
Add 'Change owner' to category context menu
2011-07-04 21:16:44 +00:00
e1fce75a74
Cleanup translations - common importexport stuff
2011-07-04 20:06:30 +00:00
d3ccca9874
Fix missing appname
2011-07-04 20:04:42 +00:00
31d1e20bdc
Fix typo: definitition -> definition
2011-07-04 20:00:26 +00:00
f5cf715e7a
Cleanup translations - move common stuff into preferences
2011-07-04 19:23:28 +00:00
c4282c4946
Cleanup translations - move common stuff into preferences
2011-07-04 19:07:48 +00:00
109f2d0f90
Cleanup translations - move common stuff into preferences
2011-07-04 19:01:54 +00:00
36eaa8e987
fixed not working mime parameter, if just a main type eg. "image" is given
2011-07-04 18:53:48 +00:00
18d13804e6
Try to clean up German too
2011-07-04 18:53:32 +00:00
eec3bd3d5b
Clean up translations - move common merge stuff into preferences
2011-07-04 18:12:12 +00:00
42dd9e9a02
Don't pass popups through link handler
2011-07-04 17:04:08 +00:00
63caf59444
Use admin/preferences as appname for sidebox links
2011-07-04 15:35:53 +00:00
341bf0e8c4
Enable import CSV plugin, but remove default definition. Admin can create it if needed
2011-07-04 14:34:44 +00:00
93636849e6
put some more documentation ito the function header doc part
2011-07-04 13:23:55 +00:00
820dbed203
make sure we set SMTPSecure to ssl or tls if the standardports for ssl or tls are configured for the given profile
2011-07-04 13:14:45 +00:00
44b8c43e1e
Fixed keyboard navigation in treeview
2011-07-03 12:33:18 +00:00
03e379e570
* jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
...
required to change $ --> $j:
phpgwapi/*
jdots/*
etemplate/*
stylite/*
felamimail/*
admin/*
news_admin/*
projectmanager/*
importexport/*
infolog/*
ranking/*
required, but not automatic:
importexport/setup/etemplates.inc.php
phpgwapi/js/jquery/*
negative, not to touch or revert later:
phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php: '(\$(.+))' => 'print $1',
phpgwapi/js/dhtmlxtree/libCompiler/core.js
sitemgr/*
phpfreechat/*
gallery/*
activesync/include/smb.php: '^\tIPC\\\$(.*)[ ]+IPC' => 'skip',
etemplate/inc/class.bo_merge.inc.php: if ($this->table_plugins && preg_match_all('/\\$\\$table\\/([A-Za-z0-9_]+)\\$\\$(.*?)\\$\\$endtable\\$\\$/s',$content,$matches,PREG_SET_ORDER))
find phpgwapi jdots etemplate stylite felamimail admin news_admin projectmanager importexport infolog ranking \
\( -name '*.php' -o -name '*.js' \) -exec grep -q '\$(' {} \; -print \
-exec sed -i '' 's|\$(|$j(|g' {} \;
svn revert phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php phpgwapi/js/dhtmlxtree/libCompiler/core.js \
importexport/setup/etemplates.inc.php phpgwapi/js/jquery/jquery.js etemplate/inc/class.bo_merge.inc.php
additional changes:
phpgwapi/js/jquery/jquery.js: window.$ --> window.$j
phpgwapi/js/egw_json.js:291 this.request = $j.ajax({url: this.url,
jdots/templates/jdots/head.tpl:59 $j(document).ready(function() {
phpgwapi/js/egw_action/egw_grid_view.js: $.browser --> $j.browser
importexport/setup/etemplates.inc.php: etemplate editor importexport.wizard_basic_export_csv.choose_fields onclick of check icon changed
phpgwapi/js/egw_action/tests/*.html
phpgwapi/js/egw_action/tests/js/jquery.js: window.$ --> window.$j
2011-07-03 09:00:36 +00:00
a7aef6a4da
fixed egroupware.org bug #3002 : PHP Warning: mb_strpos() in class.egw_session.inc.php on line 1081
2011-07-03 06:54:32 +00:00
a89430ae8e
fixed multiline fields in notification message were all in one line
2011-07-02 09:36:21 +00:00
dbced2bf48
fixed PHP Warning: array_key_exists(): The first argument should be either a string or an integer
2011-07-02 09:09:16 +00:00
a5fc76490c
fix egw_cache perms evtl. created by root, stoping webserver from accessing it
2011-07-01 19:22:18 +00:00
d36005eb3a
not used since a few years
2011-07-01 19:10:43 +00:00
70b84e372c
fixed catchable fatal error: param 2 to egw_vfs::propatch() must be an array
2011-07-01 14:24:22 +00:00
c13c463143
Using cal_modified as deleted-timestamp, as querying it from SyncML tables creates too many problems (refresh table stops before copying all rows!)
2011-07-01 08:30:51 +00:00
e45589feea
ask only a single time for multiple files and break on other errors, as they reset the selected files anyway
2011-07-01 08:08:34 +00:00
ac78b77180
support for html5 multiple upload in file-exists check
2011-07-01 07:49:58 +00:00
9f94f1f8e3
support for html5 multiple upload
2011-07-01 07:48:06 +00:00
25b81ce4da
install/upgrade required PEAR packages on install/upgrade of EGroupware package
2011-06-30 20:59:57 +00:00
99c18003a4
install/upgrade required PEAR packages on install/upgrade of EGroupware package
2011-06-30 20:56:20 +00:00
548ae17b66
fixed error in link-entry: " has an invalid format !!!, after adding html5 type attr to text/input widget
2011-06-30 17:57:55 +00:00
d654437a54
- allow confirmation only for multiple selected
...
- confirm, confirm_multiple and allowOnMultiple get now inherited by children (@Andreas: allowOnMultiple does NOT work on children for some reason)
- add confirmation for more then one receipient in mail merge
- translations for etemplate part
2011-06-30 17:35:52 +00:00
95bbacf358
mime icon for eml - message/rfc822
2011-06-30 16:36:14 +00:00
b30fcc52f3
allow merge_print for emails on all applications (only one entry at a time, exept addressbook); addressbook merge_print with an email of one contact, the mail is stored with the draft folder and then opens the compose dialog, if used on multiple contacts, we try to send them right away. Better control of SigOnTop Handling.
2011-06-30 15:28:29 +00:00
3f6fcf60d2
support for some html5 form features, if browser supports it
2011-06-30 15:19:08 +00:00
d9e452ce52
context menu for filemanager
2011-06-30 13:07:55 +00:00
9b26f95798
consolidating icons
2011-06-30 13:01:03 +00:00
be57f2a37b
new standard action to active the first link in a row, fixed numeric id's det Del shortcut
2011-06-30 12:43:04 +00:00
51c6e79475
allow email - merge print only for addressbook (by now); handle mergeprint for accounts stored with ldap as well
2011-06-30 11:21:48 +00:00
8e8aba371e
reverted r35561, as it breaks popups in other apps
2011-06-30 10:06:31 +00:00