Commit Graph

15695 Commits

Author SHA1 Message Date
9262a0adf3 Update of the german translation for calendar. 2010-04-06 14:24:34 +00:00
7f85ff40e5 Remove debug 2010-04-06 14:21:54 +00:00
2a715ae302 Add actions and 'whole query' checkbox to list view 2010-04-05 18:28:41 +00:00
7d3f824dd6 "setting upload_tmp_dir explicit, in case distribution set something else, which is then not included in our open_basedir" 2010-04-05 06:52:11 +00:00
763d596392 "imporved mandriva support" 2010-04-04 11:46:48 +00:00
70c7ad3516 "directly cache link titles, to query them all at once (per app)" 2010-04-04 09:15:25 +00:00
f2e9a38ff4 "fixed ambiguous column sql-error by adding table-name to id over which we join" 2010-04-04 09:08:25 +00:00
a45ea03b19 "fixed ambiguous column sql-error by adding table-name to id over which we join" 2010-04-04 08:59:37 +00:00
928a38d5cf "fixed not working edit of recuring events on home page
(caused by curly brackets in if condition, which got interpreted as placeholdes by old Template class, removed them as they are unnecessary anyway)"
2010-04-03 13:44:28 +00:00
0a33bec253 "implemented new status filter for planner by user (wasnt implemented when status filter were added)" 2010-04-03 13:16:39 +00:00
80a1fb5a53 "fixed not working plugin cache (on tree level): callback has to be public, as it's get called static by an other class (egw_cache)" 2010-04-03 10:31:57 +00:00
b47b6ed7ff "expiration time was not passed to tree or instance level cache provider" 2010-04-03 09:33:48 +00:00
1be1a922c4 Define colums_to_search and use search2criteria() to get extra search functionality 2010-04-01 21:03:00 +00:00
4653674fa9 Define colums_to_search and use search2criteria() to get extra search functionality 2010-04-01 20:57:15 +00:00
5e23cfb764 Working on searching...
- Check default column names to avoid DB errors
- Prefix default column names with table name to avoid ambiguity
- Handle single words in quotes
2010-04-01 20:48:16 +00:00
93cf9c2e84 Don't need to pass ->extra_value, search2criteria() will take care of it 2010-04-01 20:20:08 +00:00
4b134dfc9e Extra column check needs to be escaped 2010-04-01 20:19:28 +00:00
fa6c1d4a9c Need to set numeric types to check 2010-04-01 20:07:01 +00:00
d22773d04d Add extra search functionality to custom fields. 2010-04-01 19:59:50 +00:00
f1646e34df Use so_sql::search2criteria() to generate search criteria 2010-04-01 17:07:06 +00:00
3d8fca332b More sensible handling of numeric columns:
- If app doesn't specify columns to search, all columns except numerics with '_id', 'modified', 'modifier', 'status', 'cat_id', 'owner' will be considered
- Numeric columns will be searched only if the search string contains a numeric token.  'maintenance 50' is ok to search for, but for numeric columns only 50 will be searched.  
- Numeric columns are searched using equality, unless user puts in a wildcard.  Searching for 50 will only match 50, not 150 or 1950/04/10, but *50 will match 150.
- Text columns are searched using LIKE, including numeric search terms, as before.
2010-04-01 17:03:51 +00:00
48c5ec9b24 Use so_sql::search2criteria() to generate search text filter 2010-03-31 21:37:35 +00:00
cc0f8f3c28 An attempt to add more functionality to searching
- All words are trimmed
- Double quotes require the exact phrase ("Nathan Gray" will not match Nathan Brown or Gray Power)
- Modifiers + and - before a word will require or exclude the word (+test -fail), otherwise word is ORed
- User language modifiers AND, OR and NOT (uppercase) will be parsed.
- Combinations: tracker entry -testing -"fatal error"
Note that "entry" will not match "entries", and the results are not sorted by match strength.

All applications that use so_sql for searching should gain these benefits.
2010-03-31 21:29:11 +00:00
9127fb5d71 Fix importing links 2010-03-31 17:02:53 +00:00
076137ec85 Fix js error in IE: make sure button has onclick handler and call xajax_eT_wrapper_init() 2010-03-31 16:27:57 +00:00
9eacd3de3c Fix missed class name change in default importexport profile 2010-03-31 15:45:15 +00:00
aa8ec8856e Comment out cache call until I get it worked out 2010-03-31 15:07:47 +00:00
e66b0d5373 Fix missed class rename 2010-03-31 14:32:41 +00:00
fa234df716 "switching E_STRICT off in error_reporting" 2010-03-30 13:24:45 +00:00
3f026390ab "fixed typo in german translation" 2010-03-30 07:01:12 +00:00
fb5a3e11a8 - Add blacklisting so plugin scan will skip certain files or directories
- Add caching to plugin scan, default is to rescan once a day
- Remove lingering unneeded requires
2010-03-29 17:38:54 +00:00
c4ec7ad53f fixed old classname 2010-03-29 13:10:01 +00:00
80d89dc590 "allow to specify more then one group for an auto-created user
(first is primary, further are just memberships)"
2010-03-29 07:39:09 +00:00
34d460ae2f "deleting a type, did not delete a group owner
--> causing groups still considered to be used as group owners and therefore not resolved to there users for grants"
2010-03-28 15:38:12 +00:00
2d6cc439c3 "fixed not working sort" 2010-03-28 15:01:58 +00:00
a858db5eb8 "for iPhone and Android: replace evtl. configured telephony integration link with tel: protocoll" 2010-03-28 13:33:40 +00:00
c60a1ad94d "for iPhone and Android: replace evtl. configured telephony integration link with tel: protocoll" 2010-03-28 13:27:30 +00:00
af9df0faf4 Fix for possibly undefined variable 2010-03-26 16:47:31 +00:00
ef4b5a48ab Add error messages to export template 2010-03-26 15:19:18 +00:00
1d04bc2d65 Fix directory scan to only scan installed apps 2010-03-26 14:57:44 +00:00
84d3643b22 Fix bug where a rejected event could still cause a schedule conflict 2010-03-25 20:23:22 +00:00
04c83e9b14 Don't scan applications that are not available to admin. 2010-03-25 19:24:36 +00:00
af6e0c661d Fix Windows 7 WebDAV issue 2010-03-25 14:17:56 +00:00
ac75c349b8 "calling split_accounts with 'merge' it type is NOT either 'accounts' or 'groups'" 2010-03-25 08:48:58 +00:00
41c4ae0536 Give Administrator more control over SyncML clients 2010-03-24 17:56:02 +00:00
68a2a3d641 Notify linked apps about changes in contact data so linked addresses get displayed with new information 2010-03-24 16:23:12 +00:00
a59d33723c Don't change a user account into a regular contact 2010-03-24 15:43:52 +00:00
3aec3b7e5a accounts_search with app param: for split_accounts we want the result merged all the time, as we use it for checking ids only 2010-03-24 13:53:28 +00:00
0dfb44228c Fix SyncML preferences 2010-03-24 11:37:22 +00:00
de947ef466 "fix an other case of empty enddate get set to \"something\"" 2010-03-24 08:15:36 +00:00