Commit Graph

12160 Commits

Author SHA1 Message Date
4f6b0ae2da fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2) 2007-07-26 09:22:28 +00:00
32b19397ae fix for bug 'etemplate tree widget does not work in IE6' reported on the developer list uwe.redecker-AT-t-online.de 2007-07-24 09:32:28 +00:00
79cd58cda4 fixed documentation bug reported by aleksander.adamowski-AT-olo.org.pl 2007-07-24 08:50:39 +00:00
fbeb8318d7 remove not (longer) existing or inaccessible cats 2007-07-23 09:02:51 +00:00
1192e0ec90 new config to show a category tree 2007-07-22 13:25:00 +00:00
9f1df33c74 first version of a tree widget (atm the whole tree need to be supplied, like for select) 2007-07-22 13:23:44 +00:00
edc5dc9db5 fixed not working value display of arrays 2007-07-22 13:12:21 +00:00
ed29218b5d "fixed application/rtf display instead of download" 2007-07-20 10:57:14 +00:00
a32c51ad61 "UPPS download wasnt working" 2007-07-20 10:03:25 +00:00
7369870e3a more mimetype icons (from other egw dirs) 2007-07-20 09:42:19 +00:00
e95b31e3e1 forgotten etemplate distribution file 2007-07-20 09:05:29 +00:00
cd2ad088bf missing file from Klaus commit and removing the obsolete files, you need to run Admin >> register all hooks 2007-07-20 07:37:36 +00:00
0969f08ee5 Search functionality added in filemanager. For the search feature etemplate is used for the interface. The functionality is accessed via the sidebar
and start with a search for all objects that are created since the day before. This is not committed into 1.4. If you think this feature is of 
any help for 1.4 too, let us know.
2007-07-19 16:13:53 +00:00
ab9899f07b bugfix from Jan Schneider <jan-AT-janschneider.net> 2007-07-18 19:28:26 +00:00
0d3caf95a8 changed search order and added some caching, to minimize db-accesses in country_code 2007-07-18 06:09:26 +00:00
a0ff70602a fix for bug #1058: FATAL ERROR: class.customfields_widget.inc.php on line 168 2007-07-16 16:55:13 +00:00
ef51f663b7 quitent warning when vfs trys to delete an in the db non-existing file 2007-07-16 09:18:16 +00:00
8dbfd58e6e small fixes of the new admin-cli after some testing 2007-07-15 08:00:12 +00:00
6fab440e97 new functions to add/edit/delete user+groups, set/delete run-rights for apps and list the existing exit-codes, thanks to a sponsoring from fullsave.com 2007-07-13 08:55:07 +00:00
7160e6595f fixed not working actions with result of advanced search, nextmatch looped because of the way the extended search content was transfered 2007-07-12 13:02:19 +00:00
d8b290f177 fixed sql error if an addressbook get selected in the extended search 2007-07-12 09:57:35 +00:00
2699258f07 fixed double displayed label 2007-07-12 07:53:21 +00:00
7e577e22c4 fixed not working type specific customfields in infolog 2007-07-12 07:30:20 +00:00
a7cecfe600 "allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail" 2007-07-12 05:47:21 +00:00
bf639103fc "removed not longer used bg_color" 2007-07-12 05:45:02 +00:00
eadc1c7b38 fix for bug #658: Custom Fields - added user in list comes up as ID (number)
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:39:41 +00:00
73f209ccb1 fix for MaxDB and MsSQL 2007-07-11 15:34:13 +00:00
d676b0879d added fix to be able to optionally sum up negative times (overtime) in the quantity column, need to be switched on in the timesheet configuration 2007-07-10 07:34:30 +00:00
760eb2af1a windows seems to use applicaton/msword for rtf-documents, instead of application/rtf, we now list files with both mime type, if the extension is .rtf 2007-07-09 13:29:09 +00:00
db1951fc81 deutsche sprache, schwere ... 2007-07-09 09:57:21 +00:00
f78d36b4dd fixed mixed up category and location 2007-07-09 09:51:41 +00:00
89731da7f7 some missing translations from inserting contacts in documents 2007-07-09 09:00:16 +00:00
2d29a56f4e lang updates 2007-07-08 20:13:04 +00:00
379236da4e removed background under app-header on printing 2007-07-08 10:14:55 +00:00
4e72c582d7 new option "trash_users_records" usefull to stay in sync with external manipulated data 2007-07-06 10:50:18 +00:00
c9f3b9f817 fix: not working seconds in date^-1 2007-07-06 09:42:23 +00:00
2224267a7e "fixed infinit loop in the select-number widget, if start and end value are identical, also fixing the code with should protect from showing more then 100 items in the selectbox" 2007-07-05 07:48:56 +00:00
548858e074 "some bugfixes:
- two etemplate on one page (eg. infolog under the addressbook view) is working halfway again
- fixed not working vars in onclick on grid-cells
- disabled cells keep there css-class now
Also calling some of the static methods now static, while trying to make process_exec static (which it is not at the moment)"
2007-07-05 04:57:31 +00:00
d255c15248 "new so_sql2 class: adding magic __get() and __set() methods, to be able to work more object oriented with so_sql (just a first step)
you can now use $so_sql_obj->my_col = 15 instead of $so_sql_obj->data['my_col']=15; (be aware, that does NOT work with var-parameters of functions and probably references)
$so_sql_obj->id alwas references the auto-id, independent of it's name (id is a bad choice of a column-name, because it's a reserved word in some dbms)"
2007-07-05 04:50:53 +00:00
c5ac764580 "- bugfix: data_merge was not merging null values (isset instead of array_key_exists)
- new update function, which write just the given cols and not the whole row"
2007-07-05 04:46:49 +00:00
c28a1babff "fixed some bugs, wrong function or method names (it was'nt used so far)" 2007-07-05 04:44:18 +00:00
dcb8c7c80c "removed wrong/old constructor " 2007-07-05 04:42:20 +00:00
909609ebbc backport syncML fixes 2007-07-04 19:14:35 +00:00
b6cd1ee9e6 backport syncML fixes 2007-07-04 19:13:00 +00:00
c4a17cf53f "fixed date-type problem in restore reported on the german list" 2007-07-03 08:21:29 +00:00
c452b9f1c1 "fixed type of info_responsible, it's varchar, in the query, gives error in MaxDB" 2007-07-03 04:37:06 +00:00
6b5dc22ff1 Welcome to Darwin!
fix: owner field in adb is owner and _not_ contact_owner
fix: selector for cli exports
2007-06-28 10:07:16 +00:00
25197222bf "patch #978 from Nathan Gray, file as option incl. org_unit" 2007-06-28 06:11:58 +00:00
a55b1a5163 "fixed bug reported from sim <sim-at-compulab.co.il>: _read_group not searching for posixGroup, which makes problems if you have identical numbers and context for users and groups
also added a filter for objectclass=posixAccount to _read_user"
2007-06-27 05:26:46 +00:00
88548c7767 add calendar csv import plugin 2007-06-25 20:49:19 +00:00