Commit Graph

9305 Commits

Author SHA1 Message Date
eb290e7731 DK holidays from Martin Dalum <martin-AT-cabo.dk> 2005-03-24 13:30:08 +00:00
81f926b501 Add special case for correct filename in Palm_PDB export (Bug #1162859) 2005-03-24 13:29:51 +00:00
4e2bce12e6 modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api 2005-03-24 13:15:12 +00:00
ad291e1fa5 revert changes as Ralph required
maybe we find a different approach
2005-03-21 15:30:13 +00:00
ca6e8858ec *** empty log message *** 2005-03-21 10:18:30 +00:00
81db0242bb *** empty log message *** 2005-03-21 09:52:53 +00:00
78cd9ae4b6 fix for displaying powerpoint in IE as requested many times 2005-03-20 09:11:21 +00:00
4610377a66 fixing ->setOwner which were always setting empty owner 2005-03-17 14:36:06 +00:00
1a5243c9c4 _check_script_tags function:
1) fixed problems pointed out by gulftech, iframes get now unset too
2) unset variables from _check_script_tags are now found in $GLOBALS['egw_unset_vars'], eg. a posted input-field called content would be found in $GLOBALS['egw_unset_vars']['_POST[content]'] (please not the array is only 1-dimensional!), if it has been unset by check_script_tags
3) speed up the function a bit, by not checking all possible names of the superglobals arrays, if nothing found in $_GET and $_POST
2005-03-15 15:36:44 +00:00
e6947642bf renamed French export file, as its non-ascii chars caused trouble on non-iso-8859-1 systems 2005-03-15 15:01:17 +00:00
f7b38fc301 fixed problems pointed out by gulftech 2005-03-15 14:32:30 +00:00
6c4843263f the nextmatch callback can now change or add items to sel_options, eg. to set column-filter contents depending on other column-filters 2005-03-13 23:38:37 +00:00
4eb9a76c0b search accepts now a string with column-names for the only_keys parameter, you can use eg. 'DISTINCT mycol' 2005-03-13 23:35:51 +00:00
7288defaaf the default value for $accountid has to be '', as get_account_id returns all integer (0 too) unchanged 2005-03-12 17:55:48 +00:00
29a75560a1 fixint the problems pointed out by GulfTech, thought they should be fixed in the categories class 2005-03-12 16:35:27 +00:00
12e4740941 rewrote AND documented the ACL class with new DB functions to fix the problems pointed out by GulfTech
I backported them to 1.0.0 too, but will give it a view days testing on my server and egroupware.org, before I commit them
2005-03-12 16:30:25 +00:00
290dd01868 allow 1-digit day and month, as suggested by Manfred Herr (Digitask GmbH) 2005-03-10 06:51:32 +00:00
3435f58d39 not calling CreateObject if class-file does not exist 2005-03-07 21:58:15 +00:00
c2bf8d30af allow to specify a target for links on images 2005-03-07 21:56:30 +00:00
8529237f82 changed ACL code to use standard get_grants method from the acl-class, the existing coded tried it on it's own and failed if directories were owned by a group 2005-03-07 17:08:54 +00:00
9c091abd5b upps 2005-03-07 17:06:01 +00:00
436a5635d2 1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) rewrote some methods with new db-functions
3) add possibility to delete an app/location for all accounts
4) fixed get_location_list_for_id() method (it was not returning all locations)
2005-03-07 16:59:32 +00:00
84b5587e81 1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) removed loading of required db-extension, as it's now done in the db-class
2005-03-06 21:44:31 +00:00
d238e9d9cd added optional parameter to the constructor to pass a db-object, eg. for a connection to a different database/host 2005-03-06 21:39:46 +00:00
275b75be1a option to show selected items at the top of the multiselect-checkbox 2005-03-05 15:03:01 +00:00
8c03c0999a - allow to ignore validation-errors of certain fields (for the editor)
- allow to set and promote attributes for process_exec in extensions (needed for date)
- readonly removes file-uploads now
- readonly value for mulitselectbox is in multiple lines now
2005-03-05 14:59:33 +00:00
6b3eda15a6 fix to allow setting needed attribute for dates 2005-03-05 14:56:30 +00:00
89dadea91f removing the pressed first, left, right and last button-values from the returned result, as we use them (only) internal 2005-03-05 14:55:38 +00:00
df847f6d8f returning extra_cols in search 2005-03-05 14:54:14 +00:00
b3249095a3 only try instanciating get_rows object, it a non-empty name given, else we get an error-message in the editor 2005-03-05 09:25:17 +00:00
0a104f1063 1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) modernized CreateObject
2005-03-04 20:48:05 +00:00
7bccad3c7c removed instanciation of not existing app_registry class 2005-03-04 15:54:15 +00:00
69c93b3f2b $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:47:08 +00:00
c205597803 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:00:33 +00:00
5f71a7e50a fix to work with an old header (to be able to upgrade) 2005-03-04 14:44:21 +00:00
54061abe26 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 14:43:14 +00:00
bfae082208 holiday file from Slaven Crnjac 2005-03-04 13:35:43 +00:00
b6883d59e8 1) fixed setup-detection, to allow login into setup again
2) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
3) moved setup-classes from phpgwapi/inc back to setup/inc (they are not used anywhere else, but in setup)
2005-03-04 12:40:28 +00:00
5ea9e21428 not used (anymore) 2005-03-04 12:32:37 +00:00
887e71e57e 1) fixed lost egw object if register_globals=On: was caused by the identicaly named session-variable used for php4-sessions (now renamed to egw_session)
2) $GLOBALS['phpgw{_info}'] ==> $GLOB ALS['egw{_info}']
2005-03-04 11:33:44 +00:00
6b2eb04274 $GLOBALS['phpgw{_info}'] ==> $GLOB ALS['egw{_info}'] 2005-03-04 11:30:00 +00:00
8150196d52 Add a notice to let users know most documents are currently on wiki site. 2005-03-04 10:36:23 +00:00
6242bb0b77 These info are already on wiki 2005-03-04 08:51:31 +00:00
bc14599417 again wiki draft 2005-03-04 07:59:01 +00:00
0f79fa41f6 Further wiki draft modification 2005-03-04 07:39:53 +00:00
11582200b6 Store my wiki draft of modification/correction here temperarelly to the developer's doc before I regain my wiki midification right^_^ 2005-03-04 07:36:04 +00:00
c0377de6fd called for every app now, not only for the ones enabled for the user 2005-03-03 17:15:02 +00:00
818149f6bc fixed typo from lars 2005-03-03 17:07:32 +00:00
2a8019bc12 added {hidden_vars} to save the referer 2005-03-03 17:06:46 +00:00
091af2e3b6 1) referer check to find out if called via admin or the sidebox menu of an app, in that case show the sidebox-menu of that app and not of admin and return to it
2) load the translations of the app to configure too, so it's phrases dont need to be in common, to have them in admin and the app
2005-03-03 16:57:07 +00:00