- 2010-09-02 Nathan Gray (nathangray)
- r31876:
Don't delete links until purge, same as addressbook
trunk/calendar/inc/class.calendar_boupdate.inc.php
- 2010-09-02 Klaus Leithoff (leithoff)
- r31874:
set defaults if you create a new user/group specific emailadmin profile
trunk/emailadmin/inc/class.emailadmin_ui.inc.php
- r31872:
fix for bug #8178(Stylite) default Addressbook preference is not used, when addressbook-value is not to be copied
trunk/addressbook/inc/class.addressbook_ui.inc.php
- 2010-09-02 Ralf Becker (ralfbecker)
- r31871:
need to setup ldap data in setup_cmd_ldap, before calling the hook
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- 2010-09-01 Ralf Becker (ralfbecker)
- r31869:
- removed getUserMailboxString from cyrusimap, as it is identical to defaultimap, beside lowercasing usernames, which is not generic
- fixed typo in emailadmin_smtp_ldap::addAccount ($this->domain instead of $this->defaultDomain) creating new accounts with missing domain in mailbox attribute
- fixed emailadmin_smtp_ldap::setUserData to use new mailbox_addr methodtrunk/emailadmin/inc/class.cyrusimap.inc.php, trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php
- 2010-09-01 Klaus Leithoff (leithoff)
- r31866:
bugfix: using strtolower for the loginname/mailboxname breaks CaseSensitive Authentication
trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php
- 2010-09-01 Ralf Becker (ralfbecker)
- r31864:
an other fix for copying contacts:
- show custom fields, if contact- (not account-)repository is NOT ldap
- allow to set the name, but one of the defaults
- removed "Links" as copying them is not implementedtrunk/addressbook/inc/hook_config.inc.php
- 2010-08-31 Klaus Leithoff (leithoff)
- r31862:
remove smtp_type, imap_type and imap_login-type from list of numeric fields
trunk/emailadmin/inc/class.emailadmin_bo.inc.php
- r31860:
improve convertHTMLToText, for toggle editor and mail2infolog process; better control of insert Signature at Top. Only insert the signature, when the compose window is opened the first time (compose/reply/forward), dont do it if sending failes, and the compose window is refreshed (in general when mySigID is set)
trunk/felamimail/inc/class.ajaxfelamimail.inc.php, trunk/felamimail/inc/class.bocompose.inc.php, trunk/felamimail/inc/class.bofelamimail.inc.php, trunk/felamimail/inc/class.bosieve.inc.php, trunk/felamimail/inc/class.uicompose.inc.php
- r31859:
improve convertHTMLToText, for toggle editor and mail2infolog process; better control of insert Signature at Top. Only insert the signature, when the compose window is opened the first time (compose/reply/forward), dont do it if sending failes, and the compose window is refreshed (in general when mySigID is set)
trunk/infolog/inc/class.infolog_ui.inc.php, trunk/phpgwapi/inc/class.html.inc.php, trunk/phpgwapi/inc/class.translation.inc.php
- 2010-08-31 Ralf Becker (ralfbecker)
- r31857:
fixed not working cut&paste actions if no felamimail rights
trunk/filemanager/inc/class.filemanager_ui.inc.php
- r31855:
uidNumber login-type also for imap loginName
trunk/emailadmin/inc/class.emailadmin_bo.inc.php, trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php
- r31853:
upps, fixed wrong parameter order
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- r31850:
rest to implement support for different mailbox names types / mail_login_types
trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php, trunk/emailadmin/inc/class.emailadmin_ui.inc.php, trunk/setup/inc/class.setup_cmd_config.inc.php, trunk/setup/inc/class.setup_cmd_ldap.inc.php, trunk/setup/inc/hook_config.inc.php, trunk/setup/templates/default/config.tpl
- r31848:
new command to set mailbox attribute
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- 2010-08-30 Ralf Becker (ralfbecker)
- r31844:
moved default fields for copying to addressbook_ui::$copy_fields AND using that default also if nothing is configured
trunk/addressbook/inc/class.addressbook_ui.inc.php, trunk/addressbook/inc/hook_config.inc.php, trunk/addressbook/lang/egw_de.lang, trunk/addressbook/lang/egw_en.lang
- r31843:
an other imap login type: uidNumber using eg. u123@domain AND setting it, if ldap schema supports mailbox-attribute
trunk/emailadmin/inc/class.defaultimap.inc.php, trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php, trunk/emailadmin/inc/class.emailadmin_ui.inc.php
- 2010-08-29 Ralf Becker (ralfbecker)
- r31840:
allways log ldap_mod_replace on error
trunk/emailadmin/inc/class.emailadmin_smtp_ldap.inc.php
- r31839:
fixed typo smpt --> smtp
trunk/emailadmin/inc/class.emailadmin_bo.inc.php
- r31836:
- fixed not working accounts::cache_invalidate(): cache is now in regular egw_cache on session level
- calling static methods static: accounts::cache_invalidate() or egw::invalidate_session_cache()
- fixed wrong number of deleted items in setup_cmd_ldap sub-comand=delete_ldap
- only use create, if we have an ldap_admin_pw set
- call an add_account hook for each created account, if specified (not by default)trunk/phpgwapi/inc/class.accounts.inc.php, trunk/setup/inc/class.setup.inc.php, trunk/setup/inc/class.setup_cmd.inc.php, trunk/setup/inc/class.setup_cmd_ldap.inc.php
- 2010-08-27 Ralf Becker (ralfbecker)
- r31835:
added missing status widget for tr_group
branches/1.6/tracker/inc/class.tracker_ui.inc.php
- r31831:
fix for bug "Permission denied for visible tickets": you need to fulfill either group OR creator restrictions, not both
trunk/tracker/inc/class.tracker_ui.inc.php
- r31830:
fix for egw.stylite.de bug #8172: Person who has no access to ANY queue, can see all tickets
trunk/tracker/inc/class.tracker_so.inc.php
- r31826:
fixed historylog widget shows "unknow type" for selectboxes with explicit options containing key 0
trunk/etemplate/inc/class.boetemplate.inc.php, trunk/etemplate/inc/class.historylog_widget.inc.php
- 2010-08-27 Klaus Leithoff (leithoff)
- r31824:
change the fallback to 64, as it is the maximum length of usernames in egroupware; add/change text in config, to explain more; However it is not wise to have nicks that long
trunk/phpfreechat/phpfreechat_config.php, trunk/phpfreechat/templates/default/config.tpl
- r31822:
Using egw_time for date/time handling; handle unrecognized timezones like 'Westeuropäische Sommerzeit' by splitting them off, when strtotime failes
trunk/felamimail/inc/class.bofelamimail.inc.php, trunk/felamimail/inc/class.uidisplay.inc.php, trunk/felamimail/inc/class.uiwidgets.inc.php
- r31819:
if the config option of max_nick_len is not set, assume/use the default->15
trunk/phpfreechat/phpfreechat_config.php
- 2010-08-26 Ralf Becker (ralfbecker)
- r31818:
small docu about creating ssl (ldaps) or tls connections
trunk/phpgwapi/inc/class.ldap.inc.php
- r31817:
tls support for ldap, use "tls://host" instead of hostname
trunk/phpgwapi/inc/class.ldap.inc.php
- 2010-08-26 Jörg Lehrke (jlehrke)
- r31815:
Fix EXDATE issue for Apple devices
trunk/calendar/inc/class.calendar_ical.inc.php
- 2010-08-26 Ralf Becker (ralfbecker)
- r31813:
moved logic of account-migration to setup_cmd_ldap and using setup_cmd_ldap for account_migration.php, that way we can also create the ldap-structur during the migration
trunk/setup/account_migration.php, trunk/setup/inc/class.setup_cmd_ldap.inc.php
- 2010-08-26 Nathan Gray (nathangray)
- r31811:
Make maximum nick length a config parameter
trunk/phpfreechat/phpfreechat_config.php, trunk/phpfreechat/templates/default/config.tpl
- r31809:
Use correct field names for company & department
trunk/addressbook/inc/hook_config.inc.php
- 2010-08-26 Klaus Leithoff (leithoff)
- r31806:
*eMail-> ManageFolders: fix for bug: could not add or delete folder ACL
trunk/felamimail/js/jscode/listFolder.js, trunk/felamimail/templates/default/preferences_manage_folder.tpl
- r31805:
more debug, setting missing icServerObject in setVacationUser
trunk/emailadmin/inc/class.defaultimap.inc.php, trunk/emailadmin/inc/class.emailadmin_sieve.inc.php
- r31800:
fix a typo in emailadmin_sieve; create a wrapperfunction for setVacationUser in defaultimap to make sure we control the connect as emailadmin
trunk/emailadmin/inc/class.defaultimap.inc.php, trunk/emailadmin/inc/class.emailadmin_sieve.inc.php
- 2010-08-25 Oscar Manuel Gómez Senovilla (omgs)
- r31799:
Slovak update
branches/1.6/addressbook/setup/egw_sk.lang, branches/1.6/admin/setup/egw_sk.lang, branches/1.6/bookmarks/setup/egw_sk.lang, branches/1.6/calendar/setup/egw_sk.lang, branches/1.6/emailadmin/setup/egw_sk.lang, branches/1.6/felamimail/setup/egw_sk.lang, branches/1.6/filemanager/setup/egw_sk.lang, branches/1.6/infolog/setup/egw_sk.lang, branches/1.6/news_admin/setup/egw_sk.lang, branches/1.6/notifications/setup/egw_sk.lang, branches/1.6/phpgwapi/setup/egw_sk.lang, branches/1.6/polls/setup/egw_sk.lang, branches/1.6/projectmanager/setup/egw_sk.lang, branches/1.6/setup/lang/egw_sk.lang, branches/1.6/tracker/setup/egw_sk.lang
- 2010-08-25 Nathan Gray (nathangray)
- r31797:
Add site configuration setting for which fields to copy when copying an address. (egw.stylite.de bug #8168)
trunk/addressbook/inc/class.addressbook_ui.inc.php, trunk/addressbook/inc/hook_config.inc.php, trunk/addressbook/templates/default/config.tpl
- 2010-08-25 Oscar Manuel Gómez Senovilla (omgs)
- r31796:
Tracker #2647
trunk/addressbook/lang/egw_sl.lang
- r31795:
Tracker #2648
trunk/felamimail/lang/egw_sl.lang
- r31794:
Tracker #2657
trunk/admin/lang/egw_id.lang, trunk/calendar/lang/egw_id.lang, trunk/developer_tools/lang/egw_id.lang, trunk/emailadmin/lang/egw_id.lang, trunk/etemplate/lang/egw_id.lang, trunk/filemanager/lang/egw_id.lang, trunk/infolog/lang/egw_id.lang, trunk/manual/lang/egw_id.lang, trunk/phpbrain/lang/egw_id.lang, trunk/preferences/lang/egw_id.lang, trunk/projectmanager/lang/egw_id.lang, trunk/resources/lang/egw_id.lang, trunk/setup/lang/egw_id.lang, trunk/sitemgr/lang/egw_id.lang, trunk/timesheet/lang/egw_id.lang, trunk/tracker/lang/egw_id.lang
- r31793:
Tracker #2703
trunk/addressbook/lang/egw_cs.lang, trunk/admin/lang/egw_cs.lang, trunk/admin/lang/egw_es-es.lang, trunk/bookmarks/lang/egw_cs.lang, trunk/calendar/lang/egw_cs.lang, trunk/calendar/lang/egw_es-es.lang, trunk/egroupware/home/lang/egw_cs.lang, trunk/emailadmin/lang/egw_cs.lang, trunk/etemplate/lang/egw_cs.lang, trunk/felamimail/lang/egw_cs.lang, trunk/filemanager/lang/egw_cs.lang, trunk/filemanager/lang/egw_es-es.lang, trunk/importexport/lang/egw_cs.lang, trunk/infolog/lang/egw_cs.lang, trunk/manual/lang/egw_cs.lang, trunk/notifications/lang/egw_cs.lang, trunk/phpgwapi/lang/egw_cs.lang, trunk/phpgwapi/lang/egw_es-es.lang, trunk/preferences/lang/egw_cs.lang, trunk/projectmanager/lang/egw_cs.lang, trunk/projectmanager/lang/egw_es-es.lang, trunk/resources/lang/egw_cs.lang, trunk/setup/lang/egw_cs.lang, trunk/sitemgr/lang/egw_cs.lang, trunk/sitemgr/lang/egw_es-es.lang, trunk/timesheet/lang/egw_cs.lang, trunk/tracker/lang/egw_cs.lang
- 2010-08-25 Klaus Leithoff (leithoff)
- r31790:
use composeOption to determine compose Editors content when forwarding as Attachment
trunk/felamimail/inc/class.bocompose.inc.php
- 2010-08-25 Ralf Becker (ralfbecker)
- r31788:
- setting set_defaults also with values containing (now replaced) replacements like $domain
- shorten db-name/-user to self::MAX_DB_NAME_LEN charstrunk/setup/inc/class.setup_cmd_config.inc.php, trunk/setup/inc/class.setup_cmd_database.inc.php, trunk/setup/inc/class.setup_cmd_ldap.inc.php
- 2010-08-25 Klaus Leithoff (leithoff)
- r31786:
translations provided by mkk
trunk/phpgwapi/lang/egw_fi.lang
- r31784:
translations provided by mkk
trunk/bookmarks/lang/egw_fi.lang
- r31782:
fix for missing scriptname in function calls which caused several errors
trunk/emailadmin/inc/class.emailadmin_sieve.inc.php
- r31779:
* tracker-mailhandling: fix for (some) not imported mailattachments
trunk/tracker/inc/class.tracker_mailhandler.inc.php
- 2010-08-24 Nathan Gray (nathangray)
- r31777:
Add action to list view for admins to recover events from list view (egw.stylite.de bug #8140)
trunk/calendar/inc/class.calendar_uilist.inc.php
- 2010-08-24 Klaus Leithoff (leithoff)
- r31775:
added support for pgsql to supply added/visited and updated information out of bm_info field; added fallback in case you are using neither mysql or pgsql
trunk/bookmarks/inc/class.bookmarks_so.inc.php
- r31769:
USABILITY: if admin is setting the password,and retyping the intended password was not successful, the retype now gets deleted, and the inital password gets selected, after the alertbox is cleared away
trunk/admin/templates/default/account_form.tpl, trunk/admin/templates/default/account_form_ldap.tpl
- 2010-08-24 Ralf Becker (ralfbecker)
- r31767:
moved config of calendar horizont from Admin >> Site configuration to Calendar >> Site configuration
trunk/admin/templates/default/config.tpl, trunk/calendar/templates/default/config.tpl
- 2010-08-23 Ralf Becker (ralfbecker)
- r31765:
setting NO memory limit for async service
trunk/phpgwapi/cron/asyncwrapper.php, trunk/phpgwapi/inc/class.asyncservice.inc.php
- r31763:
* fixed printing in calendar (only first page of list was printed and some UI not disabled)
--> fix for egw.stylite.de bug #8142: calendar list view printed on three pagestrunk/calendar/setup/etemplates.inc.php, trunk/calendar/templates/default/list.xet
- r31761:
using utf-8 encoding for html merge-print
trunk/etemplate/inc/class.bo_merge.inc.php
- 2010-08-23 Klaus Leithoff (leithoff)
- r31758:
show infolog id in linktitle too (,if show_id is switched on)
trunk/infolog/inc/class.infolog_bo.inc.php
- 2010-08-21 Ralf Becker (ralfbecker)
- r31756:
new method deleteUsers(='%') allowing to delete multiple (user-)mailboxes via wildcards, eg. a whole domain
trunk/emailadmin/inc/class.cyrusimap.inc.php
- 2010-08-21 Jörg Lehrke (jlehrke)
- r31755:
Fix external event owner issue
branches/1.6/calendar/inc/class.calendar_ical.inc.php
- 2010-08-20 Ralf Becker (ralfbecker)
- r31753:
- new admin-cli command --add-user like --edit-user, but runs addaccount hook for existing accounts too
- using --add-user instead of --edit-user in setup_cmd_admintrunk/admin/admin-cli.php, trunk/admin/inc/class.admin_cmd_edit_user.inc.php, trunk/setup/inc/class.setup_cmd_admin.inc.php
- r31751:
setup_cmd_admin execs "admin/admin-cli.php --edit-user" to run all hooks, which can NOT run in setup
trunk/setup/inc/class.setup.inc.php, trunk/setup/inc/class.setup_cmd_admin.inc.php, trunk/setup/inc/functions.inc.php
- r31749:
some fixes for base deletion and counting of active users
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- r31747:
new sub-command to delete ldap tree
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- r31746:
some more adapting to current emailadmin: sieve host is not yet used, but defaulting to NULL is what emailadmin does too
trunk/setup/inc/class.setup_cmd_config.inc.php
- r31743:
updated mail config to match current emailadmin
trunk/setup/inc/class.setup_cmd_config.inc.php
- r31741:
moved getUserData from defaultimap to cyrusimap, as it requires and admin conneciton, which we only support for Cyrus, also some docu update
trunk/emailadmin/inc/class.cyrusimap.inc.php, trunk/emailadmin/inc/class.defaultimap.inc.php, trunk/emailadmin/inc/class.uiuserdata.inc.php
- r31739:
disabling permanent error_log of sieve requests
trunk/emailadmin/inc/class.defaultimap.inc.php
- 2010-08-19 Ralf Becker (ralfbecker)
- r31737:
small fix for fatal error, if no imapserver(-type) is defined
trunk/emailadmin/inc/class.emailadmin_ui.inc.php
- r31736:
reverted accidently commited disabling of Sieve for defaultimap
trunk/felamimail/inc/class.uifelamimail.inc.php
- r31735:
- moved plugin capabilities from emailadmin_bo to plugins
- moved sieve support and configuration from cyrusimap to defaultimap, as there are other imap server supporting Sievetrunk/emailadmin/inc/class.cyrusimap.inc.php, trunk/emailadmin/inc/class.dbmaildbmailuser.inc.php, trunk/emailadmin/inc/class.dbmailqmailuser.inc.php, trunk/emailadmin/inc/class.defaultimap.inc.php, trunk/emailadmin/inc/class.defaultsmtp.inc.php, trunk/emailadmin/inc/class.emailadmin_bo.inc.php, trunk/emailadmin/inc/class.emailadmin_ui.inc.php, trunk/emailadmin/inc/class.postfixdbmailuser.inc.php, trunk/emailadmin/inc/class.postfixldap.inc.php, trunk/emailadmin/inc/class.smtpplesk.inc.php, trunk/felamimail/inc/class.uifelamimail.inc.php
- 2010-08-19 Nathan Gray (nathangray)
- r31732:
Fix incorrect address count when searching organisations (#8117)
trunk/addressbook/inc/class.addressbook_sql.inc.php
- 2010-08-19 Ralf Becker (ralfbecker)
- r31730:
moved sieve support from fmail to emailadmin cyrusimap plugin, to use emailadmin imap plugin for that purpose too
trunk/emailadmin/inc/class.cyrusimap.inc.php, trunk/emailadmin/inc/class.emailadmin_bo.inc.php, trunk/emailadmin/inc/class.emailadmin_script.inc.php, trunk/emailadmin/inc/class.emailadmin_sieve.inc.php, trunk/emailadmin/smartsieve-NOTICE, trunk/felamimail/inc/class.Script.inc.php, trunk/felamimail/inc/class.bosieve.inc.php, trunk/felamimail/inc/class.uifelamimail.inc.php, trunk/felamimail/inc/class.uisieve.inc.php, trunk/felamimail/smartsieve-NOTICE
- r31728:
use autoloading to be able to load smpt and imap plugins from other apps
trunk/emailadmin/inc/class.emailadmin_bo.inc.php
- r31726:
check smtp/imap plugins from all apps, not only the ones user has permissions for
trunk/emailadmin/inc/class.emailadmin_bo.inc.php
- r31723:
* restore to current system charset, to force all restores to utf-8, and do NOT halt on sql errors in restore
trunk/phpgwapi/inc/class.db_backup.inc.php, trunk/setup/db_backup.php
- 2010-08-18 Nathan Gray (nathangray)
- r31721:
If deleted addresses are kept, delete links on final purge, not initial delete (#8157)
trunk/addressbook/inc/class.addressbook_bo.inc.php
- 2010-08-18 Ralf Becker (ralfbecker)
- r31719:
allow others apps to register classes als smtp or imap plugins
trunk/emailadmin/inc/class.emailadmin_bo.inc.php
- r31717:
* fixed fatal error deleting users (using new so_sql provided method)
trunk/emailadmin/inc/class.emailadmin_hooks.inc.php
- r31716:
fixed fatal error: Cannot use object of type PEAR_Error as array, happening eg. if no or wrong credentials
branches/1.6/egw-pear/Net/IMAPProtocol.php
- r31713:
fixed fatal error: Cannot use object of type PEAR_Error as array, happening eg. if no or wrong credentials
trunk/egw-pear/Net/IMAPProtocol.php
- r31711:
using organizationalRole instead of namedObject which seems to be suse specific
trunk/setup/inc/class.setup_cmd_ldap.inc.php
- r31709:
fixed typo, causing creator restrictions to be ignored
trunk/tracker/inc/class.tracker_so.inc.php
- 2010-08-17 Ralf Becker (ralfbecker)
- r31706:
* fixed buggy read ACL implementation "user queue access control"
enable/disable user selection now via javascript and improved texts in configurationtrunk/tracker/inc/class.tracker_admin.inc.php, trunk/tracker/inc/class.tracker_bo.inc.php, trunk/tracker/inc/class.tracker_so.inc.php, trunk/tracker/lang/egw_de.lang, trunk/tracker/lang/egw_en.lang, trunk/tracker/setup/etemplates.inc.php, trunk/tracker/templates/default/admin.xet
- r31704:
* allow renaming of tracker queues
trunk/tracker/inc/class.tracker_admin.inc.php, trunk/tracker/inc/class.tracker_bo.inc.php, trunk/tracker/lang/egw_de.lang, trunk/tracker/lang/egw_en.lang, trunk/tracker/setup/etemplates.inc.php, trunk/tracker/templates/default/admin.xet
- 2010-08-16 Ralf Becker (ralfbecker)
- r31698:
fixed fatal error: unsupported operand typ
trunk/importexport/inc/class.importexport_import_ui.inc.php
- r31696:
quitent debug output if dry-run is set
trunk/addressbook/inc/class.addressbook_import_contacts_csv.inc.php
- r31692:
reverted r31570/7: using label as blur text, as label is already used (as label), using blur text field now, no idea why I didnt used it in the first place ;-)
trunk/etemplate/inc/class.link_widget.inc.php
- r31690:
fixed not disabled custom field tab, if no cfs exist
(problem was added history tab, which changed name of tabs widget, now using "tabs=general|...")trunk/calendar/inc/class.calendar_uiforms.inc.php, trunk/calendar/setup/etemplates.inc.php, trunk/calendar/templates/default/edit.xet
- 2010-08-15 Ralf Becker (ralfbecker)
- r31688:
fixed halfway implemented $append parameter and app-detection for static methods
trunk/phpgwapi/inc/class.asyncservice.inc.php
- r31685:
* not overwriting system configuration (eg. pathes) on restore, which break a running system and if called from within EGroupware update the restored backup, in case it is an older version
trunk/phpgwapi/inc/class.db_backup.inc.php, trunk/setup/db_backup.php
- 2010-08-15 Jörg Lehrke (jlehrke)
- r31684:
Improve iPhone iCal support
trunk/calendar/inc/class.calendar_groupdav.inc.php, trunk/calendar/inc/class.calendar_hooks.inc.php, trunk/calendar/inc/class.calendar_ical.inc.php, trunk/phpgwapi/inc/class.groupdav_handler.inc.php
- r31680:
Fix recurrence enddate issue
trunk/calendar/inc/class.calendar_ical.inc.php
- 2010-08-14 Hans-Jürgen Tappe (hjtappe)
- r31678:
Fix a problem with importing RSS feeds:
XML_Feed_Parser converts the input data to UTF-8.
If eGroupware already converts the input data to the system charset,
the XML encoding needs to be set correctly or the XML_Feed_Parser will
convert the data a second time, leading to bad display of e.g. German umlauts.trunk/news_admin/inc/class.news_admin_import.inc.php
- 2010-08-12 Ralf Becker (ralfbecker)
- r31677:
reverted most of r31621, as tracker users should not be technicians, but only be assignable as responsible
trunk/tracker/inc/class.tracker_bo.inc.php
- r31674:
allow to return a limited result set and arbitrary columns
trunk/phpgwapi/inc/class.asyncservice.inc.php
- r31671:
fixed wrongly display blur text for value "0"
trunk/etemplate/inc/class.etemplate.inc.php
- r31663:
code cleanup and missing translations
trunk/tracker/inc/class.tracker_bo.inc.php, trunk/tracker/inc/class.tracker_ui.inc.php, trunk/tracker/lang/egw_de.lang, trunk/tracker/lang/egw_en.lang, trunk/tracker/setup/etemplates.inc.php, trunk/tracker/templates/default/admin.xet, trunk/tracker/templates/default/edit.xet
- r31662:
* fixed not stored overdue and close pending days and got overdue working again
branches/1.6/tracker/inc/class.tracker_admin.inc.php, branches/1.6/tracker/inc/class.tracker_bo.inc.php
- r31659:
* fixed not stored overdue and close pending days and got overdue working again
trunk/tracker/inc/class.tracker_admin.inc.php, trunk/tracker/inc/class.tracker_bo.inc.php
- 2010-08-11 Ralf Becker (ralfbecker)
- r31657:
removed testcode to disable (not working) filemanager icon, if no filemanager rights
trunk/tracker/inc/class.tracker_ui.inc.php
- r31655:
* filemanager icon for tracker
trunk/tracker/inc/class.tracker_ui.inc.php, trunk/tracker/setup/etemplates.inc.php, trunk/tracker/templates/default/app.css, trunk/tracker/templates/default/index.xet
- 2010-08-10 Jörg Lehrke (jlehrke)
- r31654:
Fix alarm handling for recurring events starting in the past
trunk/calendar/inc/class.calendar_so.inc.php
- 2010-08-10 Nathan Gray (nathangray)
- r31651:
- Implement request.abort() to cancel a request
- Check that the response is there before trying to access a key inside it
- Don't return null for encoding 0trunk/phpgwapi/js/egw_json.js
- r31650:
Add static method to access history and slice it using a start and num_rows, instead of getting all history at once
trunk/phpgwapi/inc/class.historylog.inc.php
- 2010-08-10 Ralf Becker (ralfbecker)
- r31647:
remove trailing newlines
trunk/egroupware/doc/rpm-build/checkout-build-archives.php
- 2010-08-09 Ralf Becker (ralfbecker)
- r31639:
fixed typo in editsvnchang_e_log and not replaced message about created svntag
trunk/egroupware/doc/rpm-build/checkout-build-archives.php
- 2010-08-08 Jörg Lehrke (jlehrke)
- r31637:
Disable Thunderbird special treatment
trunk/calendar/inc/class.calendar_ical.inc.php
- 2010-08-08 Ralf Becker (ralfbecker)
- r31633:
generate package changelog automatic from svn log messages since the last svn tag
trunk/egroupware/doc/rpm-build/checkout-build-archives.php
- 2010-08-06 Jörg Lehrke (jlehrke)
- r31631:
Fix old format vCard/vCalendar quoting issue
trunk/phpgwapi/inc/horde/Horde/iCalendar.php
- r31630:
Fix old format vCard/vCalendar quoting issue
branches/1.6/phpgwapi/inc/horde/Horde/iCalendar.php
- r31627:
Improve support of BB Funambol Client
trunk/phpgwapi/inc/horde/Horde/SyncML/State.php
- r31626:
Improve support of BB Funambol Client
branches/1.6/phpgwapi/inc/horde/Horde/SyncML/State.php
- 2010-08-06 Klaus Leithoff (leithoff)
- r31623:
adapted backport of ralfs commit to trunk to improve performance for groupdav/caldav by not checking exeptions for refering to a existing (and refering) master
branches/1.6/calendar/inc/class.calendar_groupdav.inc.php
- r31621:
feature: ability to configure tracker to allow users to be assigned to a given tracker; feature: ability to configure the creation of tickets as private, to be able to have an enforced approval process, as private tickets can be seen by creators and Admins only.; fix: width of edit template, if you wanted to be able to edit/set the completiondate, the positoning of date/time fields was screwed up; translations for the above; finish translations provided by mkk
trunk/tracker/inc/class.tracker_bo.inc.php, trunk/tracker/inc/class.tracker_hooks.inc.php, trunk/tracker/inc/class.tracker_so.inc.php, trunk/tracker/inc/class.tracker_ui.inc.php, trunk/tracker/lang/egw_de.lang, trunk/tracker/lang/egw_en.lang, trunk/tracker/lang/egw_fi.lang, trunk/tracker/setup/etemplates.inc.php
- 2010-08-05 Ralf Becker (ralfbecker)
- r31618:
using created and modified timestamps from calendar, and not reading them separate from egw_content_history table
trunk/calendar/inc/class.calendar_ical.inc.php
- r31615:
improved performance by not checking exceptions for referencing a master which mentions them as exceptions
trunk/calendar/inc/class.calendar_groupdav.inc.php
- r31612:
set span & class from original cell for single fields
trunk/etemplate/inc/class.customfields_widget.inc.php
- r31609:
removed some addressbook translations as contact form loads them from addressbook anyway and added 2 missing translations
trunk/sitemgr/lang/egw_de.lang, trunk/sitemgr/lang/egw_en.lang
- 2010-08-02 Ralf Becker (ralfbecker)
- r31604:
fixed not working notifications for types:
- responses: on participant responses too (everytime)
- modifications: on all modification, but responsestrunk/calendar/inc/class.calendar_boupdate.inc.php
- 2010-08-01 Ralf Becker (ralfbecker)
- r31600:
quitened warning
trunk/etemplate/inc/class.etemplate.inc.php
- r31597:
quitened waring from kb in setup
trunk/phpbrain/inc/class.bokb.inc.php
- r31595:
remove not used advanced-search-widget
trunk/etemplate/inc/class.advancedsearch_widget.inc.php
- 2010-07-31 Hans-Jürgen Tappe (hjtappe)
- r31594:
Tracker #2704.
Fix a problem of PHP 5.3.2: If substr(...,0,-strlen($string)) is called with an
undefined $string, the resulting string is empty. The expected behavior is that
zero bytes are removed from the tail of the string, expected by the groupdav
internals.trunk/egw-pear/HTTP/WebDAV/Server.php
- 2010-07-31 Ralf Becker (ralfbecker)
- r31591:
new parameter $make_db_name_unique to append a decrementing numeric postfix to db_name and db_user, if db already exists
trunk/setup/inc/class.setup_cmd_database.inc.php
- 2010-07-31 Hans-Jürgen Tappe (hjtappe)
- r31590:
Sort the module list by module name in the edit dropdowns on the website in edit mode.
trunk/sitemgr/inc/class.Content_UI.inc.php
- r31589:
Tracker #2184. Add "select all" in the account selection popup.
trunk/phpgwapi/inc/class.uiaccountsel.inc.php, trunk/phpgwapi/templates/default/uiaccountsel.tpl
- r31588:
Disable verbose debug messages on restore.
trunk/phpgwapi/inc/class.db_backup.inc.php
- r31587:
Tracker #2453. Introduce a year view, which uses a fixed month / day grid and
displays the events inline (like in day / week view).trunk/calendar/inc/class.calendar_hooks.inc.php, trunk/calendar/inc/class.calendar_ui.inc.php, trunk/calendar/inc/class.calendar_uiviews.inc.php, trunk/calendar/templates/default/app.css
- r31586:
Fix HTML code in etemplate documentation:
- Close 'li' tags
- Close 'lt' tags by 'gt' tags
- Convert ampersands to 'amp' tags.trunk/etemplate/doc/reference.html
- r31585:
Fix an invalid link definition in the adodb documentation.
trunk/phpgwapi/inc/adodb/docs/docs-adodb.htm
- 2010-07-30 Ralf Becker (ralfbecker)
- r31583:
allow to optional specify a database object (to access addressbooks in other databases)
trunk/addressbook/inc/class.addressbook_bo.inc.php, trunk/addressbook/inc/class.addressbook_so.inc.php, trunk/addressbook/inc/class.addressbook_sql.inc.php
- r31580:
display readonly link-entry widgets as links to the linked entry
trunk/etemplate/inc/class.link_widget.inc.php
- r31577:
forgot to translate the label
trunk/etemplate/inc/class.link_widget.inc.php
- r31576:
quiten error_log if no CSS file for an app
trunk/phpgwapi/inc/class.egw_framework.inc.php
- 2010-07-30 Klaus Leithoff (leithoff)
- r31573:
improve the handling of overlong words, fix a bug regarding the check of infolog_status existing in known status for the type selected
trunk/infolog/inc/class.infolog_ui.inc.php
- 2010-07-30 Ralf Becker (ralfbecker)
- r31570:
displaying label of link-entry widget as blur text
trunk/etemplate/inc/class.link_widget.inc.php
- 2010-07-29 Ralf Becker (ralfbecker)
- r31567:
fixed not working link_query call to static callback eg. "someclass::somemethod"
trunk/phpgwapi/inc/class.egw_link.inc.php
- r31565:
modernising uiconfig a little bit and fixed mulitiple levels for framework for framed templates
trunk/admin/inc/class.uiconfig.inc.php
- r31564:
some improvments for easier extention of the contact form
trunk/addressbook/inc/class.addressbook_contactform.inc.php
- r31561:
commiting the session, before redirecting might fix racecondition in session creation
trunk/egroupware/login.php
- r31558:
using functions moved to setup_translation class and modernising setup_html
trunk/setup/inc/class.setup_html.inc.php, trunk/setup/inc/functions.inc.php, trunk/setup/index.php
- r31555:
marking all static methods static and moving method to query supported languages into setup_translation class
trunk/setup/inc/class.setup_translation.inc.php, trunk/setup/lang.php
- r31552:
fixed typo
trunk/setup/inc/class.setup_translation.inc.php
- 2010-07-27 Jörg Lehrke (jlehrke)
- r31549:
Fix unknown qualifier issue for contact fields
trunk/addressbook/inc/class.addressbook_vcal.inc.php
- r31546:
Fix unknown qualifier issue for contact fields
branches/1.6/addressbook/inc/class.addressbook_vcal.inc.php
- 2010-07-27 Ralf Becker (ralfbecker)
- r31543:
fixed typo
trunk/sitemgr/modules/class.module_filecontents.inc.php
- r31541:
adding <pre></pre> tags around files included with .txt extension
trunk/sitemgr/modules/class.module_filecontents.inc.php
- r31539:
allow to change password without run rights for preferences via a new password app (part of preferences app, but separate to install)
trunk/phpgwapi/inc/class.egw_framework.inc.php, trunk/phpgwapi/templates/idots/class.idots_framework.inc.php, trunk/preferences/inc/class.uipassword.inc.php, trunk/preferences/password.php, trunk/preferences/setup/setup.inc.php
- 2010-07-27 Nathan Gray (nathangray)
- r31538:
Keep CSV fields in definition, so editing definition doesn't require uploading a file each time
trunk/addressbook/inc/class.addressbook_wizard_import_contacts_csv.inc.php
- 2010-07-27 Klaus Leithoff (leithoff)
- r31534:
fix for bug MyStylite Tracker#773; Menu links: superfluous Scrollbar
trunk/phpgwapi/templates/default/navbar.tpl, trunk/phpgwapi/templates/jerryr/navbar.tpl
- 2010-07-26 Andreas Stöckel (igel457)
- r31532:
Added currently unused find_iterator which allows less memory intensive file 'find' operations
trunk/phpgwapi/inc/class.egw_find_iterator.inc.php
- 2010-07-26 Klaus Leithoff (leithoff)
- r31529:
fix for broken link to siteindex for nav-module sitetree
trunk/sitemgr/modules/class.module_navigation.inc.php
- 2010-07-26 Ralf Becker (ralfbecker)
- r31525:
- using EGW_*_ROOT instead of .., to allow running from different directories
- allow running setup_cmd_admin directly via the command line with regular syntax (was already possible under special syntax)
- limiting database names to 16 chars, which is the limit in mysqltrunk/setup/inc/class.setup_cmd.inc.php, trunk/setup/inc/class.setup_cmd_admin.inc.php, trunk/setup/inc/class.setup_cmd_database.inc.php, trunk/setup/inc/class.setup_detection.inc.php, trunk/setup/setup-cli.php
- 2010-07-25 Jörg Lehrke (jlehrke)
- r31524:
Fix syncml:metinf and syncml:devinf namespace issue (#2696)
branches/1.6/phpgwapi/inc/horde/Horde/SyncML/State.php
- r31521:
Fix syncml:metinf and syncml:devinf namespace issue (#2696)
trunk/phpgwapi/inc/horde/Horde/SyncML/State.php
- 2010-07-25 Hans-Jürgen Tappe (hjtappe)
- r31520:
Tracker #2354.
Add a parameter in the news_admin sitemgr module to select a news.
This allows to create content as a news item and to save the effort of
duplicating this content as a separate, distinct web page in the site tree. The
distinct web page can just use the news module and select the news item to be
displayed on this page.
As a separate szenario, this comes handy for news by time, to be published on the
main page of the website. Now, multiple events can be filed and made available as a
news item and the top-priority news (which ndoes no more need to be the last
recent news) can be displayed on the start page, being
automatically replaced by less important news, once the most important news is
timed out.trunk/news_admin/sitemgr/class.module_news_admin.inc.php
- 2010-07-25 Ralf Becker (ralfbecker)
- r31518:
avoiding deprecated warning under php5.3
branches/1.6/setup/config.php
- r31515:
avoiding deprecated warning under php5.3
trunk/setup/config.php
- 2010-07-24 Hans-Jürgen Tappe (hjtappe)
- r31514:
Tracker #2358.
The news_admin sitemgr module should respect 'what to show' selection
When providing a page which is used to display the news, the selection of what
should be shown should be respected. Only if nothing is selected, a fallback
takes place, selecting reasonable items to show.trunk/news_admin/sitemgr/class.module_news_admin.inc.php
- r31513:
Tracker #2005. Add a "Redirect after Time", useful for "Thank you" pages and
"Please change your bookmarks to ..." announcements.trunk/sitemgr/modules/class.module_redirect.inc.php
- 2010-07-23 Jörg Lehrke (jlehrke)
- r31512:
Allow moving of existing cantacts between adressbooks
trunk/addressbook/inc/class.addressbook_groupdav.inc.php
- 2010-07-23 Klaus Leithoff (leithoff)
- r31508:
allow minus and underscore in validation as part of the LocalPart of the eMailaddress; even directly in front of the @ sign
trunk/etemplate/inc/class.url_widget.inc.php
- 2010-07-22 Ralf Becker (ralfbecker)
- r31499:
fixed not working checkboxes after r31472
trunk/etemplate/inc/class.etemplate.inc.php
- 2010-07-21 Ralf Becker (ralfbecker)
- r31491:
fixed wrong extraction of the extra_attr, eg. uid
trunk/phpgwapi/inc/class.accounts_ldap.inc.php
- r31488:
fixed PHP warning: Illegal offset type in phpgwapi/inc/class.accounts_ldap.inc.php on line 1100 and not working update of group mail addresses
trunk/phpgwapi/inc/class.accounts_ldap.inc.php
- r31485:
fixed caching of etemplates:
- never read timestamp of last import from cache
- check timestamps only once per session and apptrunk/etemplate/inc/class.boetemplate.inc.php
- r31483:
allow null as value in assign()
trunk/phpgwapi/inc/class.egw_json.inc.php
- 2010-07-21 Andreas Stöckel (igel457)
- r31481:
Fixed problem with toolbar not being expanded and removed bottom breadcrumb bar
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php, trunk/phpgwapi/inc/class.html.inc.php
- r31479:
Fixed typo which prevented IE js load from working correctly
trunk/phpgwapi/js/egw_json.js
- r31477:
Fixed JS loadFinished notification on IE
trunk/phpgwapi/js/egw_json.js
- 2010-07-21 Ralf Becker (ralfbecker)
- r31472:
allow and validate needed (required) attribute for file uploads, checkboxes and radio buttons
trunk/etemplate/inc/class.etemplate.inc.php
- 2010-07-20 Ralf Becker (ralfbecker)
- r31468:
replace deprecated call_user_method(_array) with call_user_func(_array)
trunk/egroupware/doc/fix_depricated.php, trunk/phpgwapi/inc/class.schema_proc.inc.php, trunk/phpgwapi/inc/class.soap_server.inc.php, trunk/phpgwapi/inc/class.xml.inc.php, trunk/polls/inc/class.uipolls.inc.php
- r31464:
using call_user_func instead of depricated call_user_method, which seems at least under PHP5.3 not to allow static calls
trunk/etemplate/inc/class.etemplate_request.inc.php
- 2010-07-20 Klaus Leithoff (leithoff)
- r31462:
you may replace the logo with your own, ifspecified in sitedesc (syntax is ##URL-To-LOGO##)
trunk/sitemgr/sitemgr-site/templates/3D-Fantasy/main.tpl
- r31461:
enable SCAYT (switch autostart on), no matter which spellchecker you are using
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- r31460:
disable SCAYT too (switch autostart off), if you disable spellchecker in admin
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- r31458:
fix typo ; on change for address InputType (emailaddress or folder)
trunk/felamimail/js/jscode/composeMessage.js
- r31456:
feature to be more flexible in projectnumber generation for new projects. Default is set to the old schema
trunk/projectmanager/inc/class.projectmanager_admin.inc.php, trunk/projectmanager/inc/class.projectmanager_bo.inc.php, trunk/projectmanager/setup/etemplates.inc.php
- 2010-07-20 Andreas Stöckel (igel457)
- r31455:
Added some docu and checks for console.log being defined
trunk/phpgwapi/js/egw_json.js
- r31453:
Added onLoadFinish event to egw_json_response on the js side, which gets triggered when all javascript code which should be included has been loaded and evaluated on the client
trunk/phpgwapi/js/egw_json.js, trunk/phpgwapi/js/jquery/jquery.js
- 2010-07-17 Ralf Becker (ralfbecker)
- r31446:
remove border and use black color for nicer printing of input elements
trunk/phpgwapi/templates/idots/print.css
- 2010-07-16 Klaus Leithoff (leithoff)
- r31445:
provide the new option with a new section
trunk/notifications/lang/egw_de.lang, trunk/notifications/lang/egw_en.lang, trunk/notifications/templates/default/config.tpl
- r31444:
translations for new option/configuration
trunk/notifications/lang/egw_de.lang, trunk/notifications/lang/egw_en.lang
- r31443:
use notifications option/configuration to enforce the use of emailadminprofiles only for notifications
trunk/phpgwapi/inc/class.send.inc.php
- r31442:
option/configuration to enforce the use of emailadminprofiles only for notifications
trunk/notifications/templates/default/config.tpl
- r31441:
remove obsolet code
trunk/emailadmin/inc/class.emailadmin_ui.inc.php
- r31439:
suomi translations provided by mkk
trunk/calendar/lang/egw_fi.lang
- r31437:
optimize printing by adding spaces to content of info_subject and info_des and thus allow automatic line-wrapping in printpreview (and print)
trunk/infolog/inc/class.infolog_ui.inc.php
- r31434:
save states of calendar view to session only when we are in calendar
trunk/calendar/inc/class.calendar_ui.inc.php
- 2010-07-15 Klaus Leithoff (leithoff)
- r31431:
suomi translations provided by mkk
trunk/phpfreechat/lang/egw_fi.lang
- r31430:
suomi translations provided by mkk
trunk/filemanager/lang/egw_fi.lang
- r31427:
fix for cascading Multipart/Alternative
trunk/felamimail/inc/class.bofelamimail.inc.php
- r31425:
additional statusfilters: open and upcoming, own open and upcoming, delegated open and upcoming, responsible open and upcoming
trunk/infolog/inc/class.infolog_bo.inc.php, trunk/infolog/inc/class.infolog_so.inc.php, trunk/infolog/lang/egw_de.lang, trunk/infolog/lang/egw_en.lang
- 2010-07-13 Ralf Becker (ralfbecker)
- r31419:
validating (string) === '' (instead === ''), as on ajax commit no yet set inputs are returned as null instead of ''
trunk/etemplate/inc/class.etemplate.inc.php
- 2010-07-13 Klaus Leithoff (leithoff)
- r31416:
fix for reset_stati on Drag and Drop; Work by Chr.Fueller, leithoff
trunk/calendar/inc/class.calendar_ajax.inc.php
- 2010-07-13 Nathan Gray (nathangray)
- r31413:
Avoid conflicts with other objects that have ->db defined by using the global db
trunk/etemplate/inc/class.so_sql.inc.php
- 2010-07-13 Klaus Leithoff (leithoff)
- r31408:
feature to be able to import TEXT/X-VCALENDAR Files on single Click.
trunk/felamimail/inc/class.uidisplay.inc.php
- r31404:
making sure / checking that alarmData is an array as expected.
trunk/calendar/inc/class.calendar_sif.inc.php
- 2010-07-12 Klaus Leithoff (leithoff)
- r31398:
feature: option/setting to be enabled to suppress ruler that separates EMailbody from signature; option/setting to be able to insert the signature at the top of a message to be composed
trunk/felamimail/inc/class.ajaxfelamimail.inc.php, trunk/felamimail/inc/class.bocompose.inc.php, trunk/felamimail/inc/class.bopreferences.inc.php, trunk/felamimail/inc/class.felamimail_hooks.inc.php, trunk/felamimail/inc/class.uicompose.inc.php, trunk/felamimail/js/jscode/composeMessage.js, trunk/felamimail/lang/egw_de.lang, trunk/felamimail/lang/egw_en.lang, trunk/felamimail/templates/default/composeForm.tpl
- 2010-07-09 Nathan Gray (nathangray)
- r31385:
If error details are included, show them in the log
trunk/phpgwapi/js/egw_json.js
- 2010-07-08 Klaus Leithoff (leithoff)
- r31365:
check the cat filter. If you have no read rights for any cats (and with that resources) set the cat-filter to null. As cat_id is enforced for resources by UI, you should not ret any results, which is expected if you have no read rights.
trunk/resources/inc/class.bo_resources.inc.php
- r31362:
only try to fetch the bodystructure if there is a parsed response
trunk/egw-pear/Net/IMAP.php
- 2010-07-08 Andreas Stöckel (igel457)
- r31352:
- Fixed etemplate input dirty handling
- Now generating an widget object tree in widget.js
- Added generic response to egw_json
- Moved "getFramework" function to jsapi and renamed it to "egw_getFramework"
- Added plugin system to egw_json
- Transformed the jQuery "replaceWith" call form class.etemplate_form.inc.php into an own json plugin
- Fixed label creation for et_htmlbranches/etemplate2/etemplate/inc/class.etemplate_form.inc.php, branches/etemplate2/etemplate/js/widgets.js, trunk/phpgwapi/inc/class.egw_json.inc.php, trunk/phpgwapi/js/egw_json.js, trunk/phpgwapi/js/jsapi/jsapi.js
- 2010-07-08 Klaus Leithoff (leithoff)
- r31349:
explicitly process fields to order by, as cutomfields may have names with spaces, so we examine each order by criteria, as our preg did not do the job properly
trunk/etemplate/inc/class.so_sql_cf.inc.php
- r31348:
quitening message regarding BestUserMethod not supported byServer (enabled if you switch on debug)
trunk/egw-pear/Net/IMAPProtocol.php
- r31345:
give out messages about the failure of connection only when debug is enabled
trunk/emailadmin/inc/class.defaultimap.inc.php
- r31344:
put out Unrecogniced GroupDAV client Message only, when debug bis enabled -> does not work, as the function is static, commented the error_log
trunk/phpgwapi/inc/class.groupdav_handler.inc.php
- r31342:
put out Unrecogniced GroupDAV client Message only, when debug bis enabled
trunk/phpgwapi/inc/class.groupdav_handler.inc.php
- r31338:
quitening warning for mb-strpos, when attachment->cid is not set
branches/1.6/felamimail/inc/class.bofelamimail.inc.php
- r31337:
quitening warning for mb-strpos, when attachment->cid is not set
trunk/felamimail/inc/class.bofelamimail.inc.php
- 2010-07-08 Ralf Becker (ralfbecker)
- r31332:
- implemented limited support for sidebox options in preferences
- opening import/export dialogs as popups, as they use egw window.close()trunk/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php, trunk/preferences/index.php
- 2010-07-07 Ralf Becker (ralfbecker)
- r31330:
adding "regular" import/export functions (import & export) to preferences: allows to use them without being admin
trunk/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php, trunk/importexport/setup/setup.inc.php
- 2010-07-07 Klaus Leithoff (leithoff)
- r31327:
allow for like wildcard.val.wildcard in filtersearch for customfields (needed for advanced search, as criteria are now remapped to be filters for customfields)
trunk/etemplate/inc/class.so_sql_cf.inc.php
- r31325:
fix for missing ckeditor in sitemanager edit mode
trunk/sitemgr/inc/class.Content_UI.inc.php, trunk/sitemgr/inc/class.module.inc.php
- r31321:
fix advanced search for customfields (multiple field criteria, combined by AND) in addressbook
trunk/etemplate/inc/class.so_sql_cf.inc.php
- 2010-07-07 Ralf Becker (ralfbecker)
- r31319:
add date parameter to next and last date link, to set correct exception date for recuring events
trunk/addressbook/inc/class.addressbook_bo.inc.php
- r31317:
new optional parameter "extra_args" for link widget, to add further get parameters to the link
trunk/etemplate/inc/class.link_widget.inc.php
- 2010-07-07 Klaus Leithoff (leithoff)
- r31314:
added missing hr to toolbar, when in advanced mode
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- 2010-07-06 Klaus Leithoff (leithoff)
- r31309:
added missing table-button to toolbar, when in advanced mode
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- r31308:
quitening warning if no body (array) is to displayed
trunk/felamimail/inc/class.uidisplay.inc.php
- 2010-07-06 Andreas Stöckel (igel457)
- r31306:
Fixed felamimail mainscreen not properly being resized to the document height
trunk/felamimail/templates/default/mainscreen.tpl, trunk/felamimail/templates/jerryr/mainscreen.tpl
- 2010-07-06 Klaus Leithoff (leithoff)
- r31302:
fix for bug targets (if specified with HTML Links in CKEditor) do not szrvive purify. Chr.Fueller investigated Attr.AllowedFrameTargets as cause of the issue
trunk/phpgwapi/inc/class.html.inc.php
- r31288:
rework of calendar purge function
trunk/calendar/inc/class.calendar_so.inc.php
- 2010-07-05 Jörg Lehrke (jlehrke)
- r31284:
Fix vCalendar v1.0 EXDATE export
trunk/calendar/inc/class.calendar_ical.inc.php
- 2010-07-02 Klaus Leithoff (leithoff)
- r31268:
fix bug regarding the CKEditor view of Main/Loginscreenmessages
trunk/admin/inc/class.uimainscreen.inc.php
- 2010-07-02 Ralf Becker (ralfbecker)
- r31259:
removed columns from DELETE statement
trunk/calendar/inc/class.calendar_so.inc.php
- 2010-07-02 Jörg Lehrke (jlehrke)
- r31255:
Fix FroupDAV report issue
trunk/addressbook/inc/class.addressbook_groupdav.inc.php, trunk/calendar/inc/class.calendar_groupdav.inc.php, trunk/infolog/inc/class.infolog_groupdav.inc.php, trunk/phpgwapi/inc/class.groupdav_principals.inc.php
- 2010-07-01 Nathan Gray (nathangray)
- r31245:
- Fix purging of old events so it doesn't delete everything
- Trick config into calling the hook when purging is turned off so cron job is cancelledtrunk/calendar/inc/class.calendar_hooks.inc.php, trunk/calendar/inc/class.calendar_so.inc.php, trunk/calendar/templates/default/config.tpl
- 2010-07-01 Andreas Stöckel (igel457)
- r31241:
Added missing console.info dummy function
trunk/phpgwapi/js/jsapi/jsapi.js
- 2010-07-01 Klaus Leithoff (leithoff)
- r31233:
fix for cached titles that are empty
trunk/phpgwapi/inc/class.egw_link.inc.php
- r31228:
adapt height in Stylite, idots AND jerryr template for emailmodule (provided by Chr.Fueller, adapted for jerryr by leithoff, partially ported from igel457 previous work on default template)
trunk/felamimail/templates/default/mainscreen.tpl, trunk/felamimail/templates/jerryr/mainscreen.tpl
- 2010-06-30 Klaus Leithoff (leithoff)
- r31212:
fixing a problem regarding the editing of signatures triggered by email module org tracker#2686
trunk/felamimail/inc/class.uipreferences.inc.php, trunk/felamimail/templates/default/preferences_edit_signature.tpl
- 2010-06-30 Ralf Becker (ralfbecker)
- r31208:
backported jscalendar-setup stuff (access without special app rights)
branches/1.6/phpgwapi/inc/jscalendar-setup.php
- r31205:
removed 2. header include, stalling access without home rights
trunk/phpgwapi/inc/jscalendar-setup.php
- r31204:
fixed contactform so anonymous user can attach files (without giving him addressbook run rights and edit rights for the used addressbook)
branches/1.6/addressbook/inc/class.addressbook_contactform.inc.php
- r31201:
fixed contactform so anonymous user can attach files (without giving him addressbook run rights and edit rights for the used addressbook)
trunk/addressbook/inc/class.addressbook_contactform.inc.php
- 2010-06-30 Andreas Stöckel (igel457)
- r31199:
- Added "beforeSubmit" callback handler to the PHP json class
- Added "clientCall" and "clientSetOption" function to the base etemplate widget class
- Got the client side HTML area widget work with the new functions described abovebranches/etemplate2/etemplate/inc/class.etemplate_htmlarea.inc.php, branches/etemplate2/etemplate/inc/class.etemplate_widget.inc.php, branches/etemplate2/etemplate/js/widgets.js, trunk/phpgwapi/inc/class.egw_json.inc.php, trunk/phpgwapi/js/egw_json.js
- 2010-06-29 Jörg Lehrke (jlehrke)
- r31196:
Fix category search when category ID is sent as an array in (addressbook advanced search) again
trunk/addressbook/inc/class.addressbook_sql.inc.php
- r31187:
Fix Nokia E-Series SyncML addressbook mappings
trunk/addressbook/inc/class.addressbook_vcal.inc.php, trunk/syncml/contacts/lib/api.php
- r31186:
Fix CTag issues for GroupDAV
trunk/addressbook/inc/class.addressbook_groupdav.inc.php, trunk/calendar/inc/class.calendar_groupdav.inc.php, trunk/infolog/inc/class.infolog_groupdav.inc.php, trunk/phpgwapi/inc/class.contenthistory.inc.php
- 2010-06-29 Andreas Stöckel (igel457)
- r31180:
Added error message if the json content got thrown away because there was javascript in it
trunk/egroupware/json.php
- 2010-06-29 Klaus Leithoff (leithoff)
- r31176:
notify on infolog creation as well (was not, as condition was not met for changes=true)
trunk/infolog/inc/class.infolog_tracking.inc.php
- 2010-06-29 Jörg Lehrke (jlehrke)
- r31168:
Fix CalDAV issues
trunk/calendar/inc/class.calendar_groupdav.inc.php, trunk/egw-pear/HTTP/WebDAV/Server.php, trunk/phpgwapi/inc/class.groupdav_principals.inc.php
- 2010-06-28 Jörg Lehrke (jlehrke)
- r31166:
Fix CalDAV delete event issue
trunk/calendar/inc/class.calendar_groupdav.inc.php
- 2010-06-28 Klaus Leithoff (leithoff)
- r31163:
handling long info_addr lists, splitting by comma to enable linebreaks
trunk/infolog/inc/class.infolog_ui.inc.php
- 2010-06-28 Andreas Stöckel (igel457)
- r31162:
Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists
branches/1.6/infolog/inc/class.infolog_bo.inc.php
- r31159:
Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists
trunk/infolog/inc/class.infolog_bo.inc.php
- 2010-06-28 Nathan Gray (nathangray)
- r31157:
Make sure criteria is an array before checking for cat_id
trunk/addressbook/inc/class.addressbook_sql.inc.php
- 2010-06-28 Klaus Leithoff (leithoff)
- r31156:
fix a problem with content validation; was returned as array
trunk/etemplate/inc/class.customfields_widget.inc.php
- 2010-06-28 Nathan Gray (nathangray)
- r31152:
- Fix save so fileas gets updated even if n_fn is set (normal edit)
- Add isUpdate parameter to fill in any not set fields from DB when updating fileastrunk/addressbook/inc/class.addressbook_bo.inc.php
- 2010-06-28 Ralf Becker (ralfbecker)
- r31151:
fixed not working display and deleting of recurence exceptions (name of grid in template got somehow lost)
trunk/calendar/setup/etemplates.inc.php, trunk/calendar/templates/default/edit.xet
- 2010-06-28 Andreas Stöckel (igel457)
- r31150:
Fixed bug with simple timesheet view mode and the unused quantity field
branches/1.6/timesheet/inc/class.timesheet_ui.inc.php
- r31147:
Fixed bug with simple timesheet view mode and the unused quantity field
trunk/timesheet/inc/class.timesheet_ui.inc.php
- 2010-06-28 Nathan Gray (nathangray)
- r31145:
Set the timesheet title to the first linked entry
trunk/timesheet/inc/class.timesheet_ui.inc.php
- r31143:
Fix category search when category ID is sent as an array in (addressbook advanced search)
trunk/addressbook/inc/class.addressbook_sql.inc.php
- r31141:
Allow admins to restore deleted events - translation
trunk/calendar/lang/egw_en.lang
- r31140:
Allow admins to restore deleted events
trunk/calendar/inc/class.calendar_uiforms.inc.php
- r31138:
Do not send notification when a deleted event is purged
trunk/calendar/inc/class.calendar_boupdate.inc.php
- 2010-06-28 Ralf Becker (ralfbecker)
- r31137:
return default instead of referer containing "cd=yes", which causes a load of the framework inside the framework
trunk/phpgwapi/inc/class.common.inc.php
- 2010-06-28 Nathan Gray (nathangray)
- r31133:
Add 'no_notifications' to field ACL to be able to control who has permission to skip sending notifications
trunk/tracker/inc/class.tracker_bo.inc.php, trunk/tracker/inc/class.tracker_ui.inc.php
- 2010-06-28 Jörg Lehrke (jlehrke)
- r31125:
Improve group invitation handling
trunk/calendar/inc/class.calendar_ical.inc.php
- 2010-06-27 Jörg Lehrke (jlehrke)
- r31122:
Fix CalDAV group attendee issue; various GroupDAV improvements
trunk/addressbook/inc/class.addressbook_groupdav.inc.php, trunk/calendar/inc/class.calendar_groupdav.inc.php, trunk/calendar/inc/class.calendar_ical.inc.php, trunk/egw-pear/HTTP/WebDAV/Server.php, trunk/phpgwapi/inc/class.groupdav.inc.php, trunk/phpgwapi/inc/class.groupdav_principals.inc.php
- 2010-06-26 Jörg Lehrke (jlehrke)
- r31119:
Fix SyncML replace and recur_enddate issue
trunk/calendar/inc/class.calendar_ical.inc.php, trunk/calendar/inc/class.calendar_so.inc.php
- r31117:
Support Free/Busy information with credentials as part of the URL
trunk/addressbook/inc/class.addressbook_bo.inc.php, trunk/calendar/freebusy.php, trunk/calendar/inc/class.calendar_bo.inc.php, trunk/calendar/inc/class.calendar_hooks.inc.php, trunk/calendar/lang/egw_de.lang, trunk/calendar/lang/egw_en.lang, trunk/egroupware/groupdav.php
- r31115:
Fix SyncML SourceURI issue
trunk/phpgwapi/inc/horde/Horde/SyncML/Command/Put.php, trunk/phpgwapi/inc/horde/Horde/SyncML/State.php
- 2010-06-25 Jörg Lehrke (jlehrke)
- r31113:
SyncML code cleanups
trunk/syncml/calendar/lib/api.php, trunk/syncml/caltasks/lib/api.php, trunk/syncml/contacts/lib/api.php, trunk/syncml/notes/lib/api.php
- r31111:
Enable Funambol client 8.5 again; various SyncML optimizations
trunk/phpgwapi/inc/horde/Horde/RPC/syncml.php, trunk/phpgwapi/inc/horde/Horde/SyncML.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Command.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Command/Replace.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Command/Sync.php, trunk/phpgwapi/inc/horde/Horde/SyncML/State.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Sync.php, trunk/phpgwapi/inc/horde/Horde/SyncML/Sync/SlowSync.php, trunk/phpgwapi/inc/horde/config/registry.php, trunk/syncml/configuration, trunk/syncml/configuration/config, trunk/syncml/configuration/config/conf.php, trunk/syncml/configuration/lib, trunk/syncml/configuration/lib/api.php
- 2010-06-25 Ralf Becker (ralfbecker)
- r31106:
propset svn:keywords Id
trunk/admin/inc/class.admin_applications.inc.php
- 2010-06-25 Klaus Leithoff (leithoff)
- r31101:
allow the ordering of applications again
trunk/admin/inc/class.admin_applications.inc.php, trunk/admin/inc/class.admin_prefs_sidebox_hooks.inc.php, trunk/admin/setup/etemplates.inc.php
- 2010-06-25 Andreas Stöckel (igel457)
- r31100:
Fixed hiding of toolbar
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- 2010-06-25 Ralf Becker (ralfbecker)
- r31094:
Triggering jQuery's change event manually, when jscalendar updates
trunk/phpgwapi/inc/class.jscalendar.inc.php
- 2010-06-25 Andreas Stöckel (igel457)
- r31092:
More fixes to the spellchecker handling
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- r31089:
Fixed spellchecker handling
trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php
- r31088:
Updated ckeditor to new version
trunk/phpgwapi/js/ckeditor3/CHANGES.html, trunk/phpgwapi/js/ckeditor3/_source, trunk/phpgwapi/js/ckeditor3/ckeditor.js, trunk/phpgwapi/js/ckeditor3/ckeditor.pack, trunk/phpgwapi/js/ckeditor3/ckeditor_basic.js, trunk/phpgwapi/js/ckeditor3/ckeditor_basic_source.js, trunk/phpgwapi/js/ckeditor3/ckeditor_php4.php, trunk/phpgwapi/js/ckeditor3/ckeditor_php5.php, trunk/phpgwapi/js/ckeditor3/ckeditor_source.js, trunk/phpgwapi/js/ckeditor3/egw_integration.txt, trunk/phpgwapi/js/ckeditor3/lang/_translationstatus.txt, trunk/phpgwapi/js/ckeditor3/lang/af.js, trunk/phpgwapi/js/ckeditor3/lang/ar.js, trunk/phpgwapi/js/ckeditor3/lang/bg.js, trunk/phpgwapi/js/ckeditor3/lang/bn.js, trunk/phpgwapi/js/ckeditor3/lang/bs.js, trunk/phpgwapi/js/ckeditor3/lang/ca.js, trunk/phpgwapi/js/ckeditor3/lang/cs.js, trunk/phpgwapi/js/ckeditor3/lang/cy.js, trunk/phpgwapi/js/ckeditor3/lang/da.js, trunk/phpgwapi/js/ckeditor3/lang/de.js, trunk/phpgwapi/js/ckeditor3/lang/el.js, trunk/phpgwapi/js/ckeditor3/lang/en-au.js, trunk/phpgwapi/js/ckeditor3/lang/en-ca.js, trunk/phpgwapi/js/ckeditor3/lang/en-gb.js, trunk/phpgwapi/js/ckeditor3/lang/en.js, trunk/phpgwapi/js/ckeditor3/lang/eo.js, trunk/phpgwapi/js/ckeditor3/lang/es.js, trunk/phpgwapi/js/ckeditor3/lang/et.js, trunk/phpgwapi/js/ckeditor3/lang/eu.js, trunk/phpgwapi/js/ckeditor3/lang/fa.js, trunk/phpgwapi/js/ckeditor3/lang/fi.js, trunk/phpgwapi/js/ckeditor3/lang/fo.js, trunk/phpgwapi/js/ckeditor3/lang/fr-ca.js, trunk/phpgwapi/js/ckeditor3/lang/fr.js, trunk/phpgwapi/js/ckeditor3/lang/gl.js, trunk/phpgwapi/js/ckeditor3/lang/gu.js, trunk/phpgwapi/js/ckeditor3/lang/he.js, trunk/phpgwapi/js/ckeditor3/lang/hi.js, trunk/phpgwapi/js/ckeditor3/lang/hr.js, trunk/phpgwapi/js/ckeditor3/lang/hu.js, trunk/phpgwapi/js/ckeditor3/lang/is.js, trunk/phpgwapi/js/ckeditor3/lang/it.js, trunk/phpgwapi/js/ckeditor3/lang/ja.js, trunk/phpgwapi/js/ckeditor3/lang/km.js, trunk/phpgwapi/js/ckeditor3/lang/ko.js, trunk/phpgwapi/js/ckeditor3/lang/lt.js, trunk/phpgwapi/js/ckeditor3/lang/lv.js, trunk/phpgwapi/js/ckeditor3/lang/mn.js, trunk/phpgwapi/js/ckeditor3/lang/ms.js, trunk/phpgwapi/js/ckeditor3/lang/nb.js, trunk/phpgwapi/js/ckeditor3/lang/nl.js, trunk/phpgwapi/js/ckeditor3/lang/no.js, trunk/phpgwapi/js/ckeditor3/lang/pl.js, trunk/phpgwapi/js/ckeditor3/lang/pt-br.js, trunk/phpgwapi/js/ckeditor3/lang/pt.js, trunk/phpgwapi/js/ckeditor3/lang/ro.js, trunk/phpgwapi/js/ckeditor3/lang/ru.js, trunk/phpgwapi/js/ckeditor3/lang/sk.js, trunk/phpgwapi/js/ckeditor3/lang/sl.js, trunk/phpgwapi/js/ckeditor3/lang/sr-latn.js, trunk/phpgwapi/js/ckeditor3/lang/sr.js, trunk/phpgwapi/js/ckeditor3/lang/sv.js, trunk/phpgwapi/js/ckeditor3/lang/th.js, trunk/phpgwapi/js/ckeditor3/lang/tr.js, trunk/phpgwapi/js/ckeditor3/lang/uk.js, trunk/phpgwapi/js/ckeditor3/lang/vi.js, trunk/phpgwapi/js/ckeditor3/lang/zh-cn.js, trunk/phpgwapi/js/ckeditor3/lang/zh.js, trunk/phpgwapi/js/ckeditor3/plugins/clipboard/dialogs/paste.js, trunk/phpgwapi/js/ckeditor3/plugins/colordialog/dialogs/colordialog.js, trunk/phpgwapi/js/ckeditor3/plugins/find/dialogs/find.js, trunk/phpgwapi/js/ckeditor3/plugins/flash/dialogs/flash.js, trunk/phpgwapi/js/ckeditor3/plugins/forms/dialogs/hiddenfield.js, trunk/phpgwapi/js/ckeditor3/plugins/image/dialogs/image.js, trunk/phpgwapi/js/ckeditor3/plugins/link/dialogs/link.js, trunk/phpgwapi/js/ckeditor3/plugins/pastetext/dialogs/pastetext.js, trunk/phpgwapi/js/ckeditor3/plugins/scayt/dialogs/options.js, trunk/phpgwapi/js/ckeditor3/plugins/smiley/dialogs/smiley.js, trunk/phpgwapi/js/ckeditor3/plugins/specialchar/dialogs/specialchar.js, trunk/phpgwapi/js/ckeditor3/plugins/table/dialogs/table.js, trunk/phpgwapi/js/ckeditor3/plugins/templates/dialogs/templates.js, trunk/phpgwapi/js/ckeditor3/plugins/uicolor/dialogs/uicolor.js, trunk/phpgwapi/js/ckeditor3/plugins/uicolor/yui/assets/yui.css, trunk/phpgwapi/js/ckeditor3/skins/kama/dialog.css, trunk/phpgwapi/js/ckeditor3/skins/kama/editor.css, trunk/phpgwapi/js/ckeditor3/skins/kama/templates.css, trunk/phpgwapi/js/ckeditor3/skins/office2003/dialog.css, trunk/phpgwapi/js/ckeditor3/skins/office2003/editor.css, trunk/phpgwapi/js/ckeditor3/skins/office2003/templates.css, trunk/phpgwapi/js/ckeditor3/skins/v2/dialog.css, trunk/phpgwapi/js/ckeditor3/skins/v2/editor.css, trunk/phpgwapi/js/ckeditor3/skins/v2/templates.css, trunk/phpgwapi/js/ckeditor3/themes/default/theme.js
- r31087:
Replaced old ckeditor configuration code with own class, fixed felamimail to work with it
trunk/felamimail/inc/class.uicompose.inc.php, trunk/phpgwapi/inc/ckeditor-setup.php, trunk/phpgwapi/inc/class.egw_ckeditor_config.inc.php, trunk/phpgwapi/inc/class.html.inc.php
- 2010-06-25 Ralf Becker (ralfbecker)
- r31082:
if search pattern alread contains a wildcard, do NOT add further ones automatic (eg. in extended search in addressbook)
trunk/etemplate/inc/class.so_sql.inc.php
- 2010-06-24 Jörg Lehrke (jlehrke)
- r31079:
Fix status change permission issue
trunk/calendar/inc/class.calendar_uiforms.inc.php
- 2010-06-24 Andreas Stöckel (igel457)
- r31078:
Moved ckeditor configuration to own php file which generates js, in order for easier implementation in etemplate 2
trunk/phpgwapi/inc/ckeditor-setup.php, trunk/phpgwapi/inc/class.html.inc.php
- 2010-06-24 Ralf Becker (ralfbecker)
- r31070:
Moved removal of standard javascript files from egw_framework class to
egw_json, as it did not work in all casestrunk/phpgwapi/inc/class.egw_framework.inc.php, trunk/phpgwapi/inc/class.egw_json.inc.php
- r31067:
- for Ajax: no need to load the "standard" files, they are already
loaded, in fact jquery has a problem if loaded twice
- add filectime to js and css files loaded via include_css_js_responsetrunk/phpgwapi/inc/class.egw_framework.inc.php
- 2010-06-24 Andreas Stöckel (igel457)
- r31057:
Fixed problem with indent not working with new CKEditor3
trunk/phpgwapi/inc/class.html.inc.php
- 2010-06-24 Nathan Gray (nathangray)
- r31056:
Fix limit for searching for a link to KB
trunk/phpbrain/inc/class.bokb.inc.php
- 2010-06-24 Ralf Becker (ralfbecker)
- r31053:
check if we have a default/forced value from the settings hook,
which is NOT stored as default currently
--> store it as default, to allow to propagate defaults to existing installationstrunk/preferences/inc/class.bosettings.inc.php
- 2010-06-23 Ralf Becker (ralfbecker)
- r31052:
fix for bug #2679 - File comments of attached files are not displayed
branches/1.6/phpbrain/inc/class.bokb.inc.php
- r31049:
fix for bug #2679 - File comments of attached files are not displayed
trunk/phpbrain/inc/class.bokb.inc.php
- r31047:
New method egw_framework::include_css_js_response to add javascript and
CSS included via egw_framework::validate_file or egw_framework::includeCSS
to an ajax response.
Fixed jscalendar to use that service and sitemgr to include it manually.trunk/calendar/sitemgr/class.module_calendar.inc.php, trunk/phpgwapi/inc/class.egw_framework.inc.php, trunk/phpgwapi/inc/class.jscalendar.inc.php
- r31045:
do NOT redirect to referer, if it contains "cd=yes" from jDots template (causing a framework inside the framework)
trunk/tracker/inc/class.tracker_ui.inc.php
- 2010-06-23 Jörg Lehrke (jlehrke)
- r31031:
Remove user as attendee, if he is the only participant and has accepted
trunk/calendar/inc/class.calendar_ical.inc.php
- r31028:
Fix recurring event issues for vCal 1.0 imports; fix bug Stylite #646
trunk/calendar/inc/class.calendar_boupdate.inc.php, trunk/calendar/inc/class.calendar_ical.inc.php
- r31026:
Add 'reset stati options' to calendar
trunk/calendar/inc/class.calendar_hooks.inc.php, trunk/calendar/inc/class.calendar_uiforms.inc.php, trunk/calendar/lang/egw_de.lang, trunk/calendar/lang/egw_en.lang
- 2010-06-23 Klaus Leithoff (leithoff)
- r31024:
fix a lettersearch problem in emailadmin
trunk/emailadmin/inc/class.emailadmin_ui.inc.php
- r31020:
add the checkbox for cyrusImapAdmin, as it is not set implicitly anymore
trunk/emailadmin/setup/etemplates.inc.php
- 2010-06-23 Andreas Stöckel (igel457)
- r31016:
Fixed singleton handling with egw_json_re
trunk/phpgwapi/inc/class.egw_json.inc.php
- 2010-06-22 Ralf Becker (ralfbecker)
- r30999:
removed since 1.6 not used notify*.php files
trunk/egroupware/notify.php, trunk/egroupware/notify_simple.php, trunk/egroupware/notifyxml.php
- r30998:
backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes
branches/1.6/calendar/inc/class.calendar_so.inc.php, branches/1.6/phpgwapi/inc/class.egw_db.inc.php, branches/1.6/phpgwapi/inc/class.translation.inc.php, branches/1.6/sitemgr/inc/class.search_so.inc.php
- r30994:
searching case insensitive for PostgreSQL too
trunk/calendar/inc/class.calendar_so.inc.php
- r30993:
fix for PostgreSQL 8.3, using "::text ILIKE", hopefully that works in older versions too
trunk/phpgwapi/inc/class.egw_db.inc.php
- r30992:
using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE]
trunk/phpgwapi/inc/class.translation.inc.php
- r30991:
- using db->capabilities[egw_db::CASE_INSENSITIVE_LIKE]
- iterating over query result to work with reference to global db object
(instead of clone)trunk/sitemgr/inc/class.search_so.inc.php
- r30990:
propset svn:keywords Id
trunk/sitemgr/inc/class.search_bo.inc.php
- r30988:
No longer using document write to add icon (to not display it if user
has javascript switched off, as we require it now and it makes problems
with the new etemplate rendering)trunk/phpgwapi/inc/class.jscalendar.inc.php