Commit Graph

9289 Commits

Author SHA1 Message Date
Ralf Becker
290dd01868 allow 1-digit day and month, as suggested by Manfred Herr (Digitask GmbH) 2005-03-10 06:51:32 +00:00
Ralf Becker
3435f58d39 not calling CreateObject if class-file does not exist 2005-03-07 21:58:15 +00:00
Ralf Becker
c2bf8d30af allow to specify a target for links on images 2005-03-07 21:56:30 +00:00
Ralf Becker
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
Ralf Becker
9c091abd5b upps 2005-03-07 17:06:01 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
275b75be1a option to show selected items at the top of the multiselect-checkbox 2005-03-05 15:03:01 +00:00
Ralf Becker
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
Ralf Becker
6b3eda15a6 fix to allow setting needed attribute for dates 2005-03-05 14:56:30 +00:00
Ralf Becker
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
Ralf Becker
df847f6d8f returning extra_cols in search 2005-03-05 14:54:14 +00:00
Ralf Becker
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
Ralf Becker
0a104f1063 1) $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}']
2) modernized CreateObject
2005-03-04 20:48:05 +00:00
Ralf Becker
7bccad3c7c removed instanciation of not existing app_registry class 2005-03-04 15:54:15 +00:00
Ralf Becker
69c93b3f2b $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:47:08 +00:00
Ralf Becker
c205597803 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 15:00:33 +00:00
Ralf Becker
5f71a7e50a fix to work with an old header (to be able to upgrade) 2005-03-04 14:44:21 +00:00
Ralf Becker
54061abe26 missed a view: $GLOBALS['phpgw{_info}'] ==> $GLOBALS['egw{_info}'] 2005-03-04 14:43:14 +00:00
reinerj
bfae082208 holiday file from Slaven Crnjac 2005-03-04 13:35:43 +00:00
Ralf Becker
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
Ralf Becker
5ea9e21428 not used (anymore) 2005-03-04 12:32:37 +00:00
Ralf Becker
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
Ralf Becker
6b2eb04274 $GLOBALS['phpgw{_info}'] ==> $GLOB ALS['egw{_info}'] 2005-03-04 11:30:00 +00:00
zhangweiwu
8150196d52 Add a notice to let users know most documents are currently on wiki site. 2005-03-04 10:36:23 +00:00
zhangweiwu
6242bb0b77 These info are already on wiki 2005-03-04 08:51:31 +00:00
zhangweiwu
bc14599417 again wiki draft 2005-03-04 07:59:01 +00:00
zhangweiwu
0f79fa41f6 Further wiki draft modification 2005-03-04 07:39:53 +00:00
zhangweiwu
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
Ralf Becker
c0377de6fd called for every app now, not only for the ones enabled for the user 2005-03-03 17:15:02 +00:00
Ralf Becker
818149f6bc fixed typo from lars 2005-03-03 17:07:32 +00:00
Ralf Becker
2a8019bc12 added {hidden_vars} to save the referer 2005-03-03 17:06:46 +00:00
Ralf Becker
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
Ralf Becker
49c4775efd seems not to be used (anymore) 2005-03-03 15:20:13 +00:00
Ralf Becker
08bc681ab9 seems not to be used (anymore) 2005-03-03 15:13:30 +00:00
Ralf Becker
8a0ca7a6be seems not to be used (anymore) 2005-03-03 15:02:28 +00:00
Ralf Becker
8052da02bc given the regular "you need to port your header ..." message 2005-03-03 11:01:19 +00:00
Ralf Becker
e82027d0cb changing from
1) $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'],
2) $GLOBALS['phpgw'] to $GLOBALS['egw'],
3) PHPGW_ to EGW_ constants
The phpgw ones ars now a reference to the new egw ones, to allow a soft migration
2005-03-03 10:47:28 +00:00
Ralf Becker
d7f1458d1a new header-template to:
1) correct the displayed page-generation-time for idots and jerry
2) use ob_start to get rid of "Header could not be sent, output started at ..." errors
3) changing from $GLOBALS['phpgw_info'] to $GLOBALS['egw_info'], the phpgw one is now a reference to the new egw one, to allow a soft migration
2005-03-03 10:45:52 +00:00
Ralf Becker
bdbb84975a 1) sending a content-type header to overwrite apaches default charset
2) submitting the form, if someone changes the language after entering user and password
2005-03-03 09:01:24 +00:00
Cornelius Weiß
4e9a7478c1 *** empty log message *** 2005-03-02 08:56:24 +00:00
Cornelius Weiß
e064f31f25 *** empty log message *** 2005-03-02 08:53:42 +00:00
Cornelius Weiß
d70fc1f6c0 cleanup 2005-03-02 08:50:39 +00:00
Cornelius Weiß
47ef43919e make add / edit a popup 2005-03-02 08:35:10 +00:00
dawnlinux
5b7f56fce7 Fix the following bugs,
[ 996794 ] Custom field can not be deleted.
[ 1029059 ] Delete user fields
[ 1154738 ] Customer fields contain UTF-8 works could not be deleted.

The problem is due to, some specail characters, e.g, utf-8 chars, are url-encoded for generationg the url, but are not decoded when trying to delete them.
2005-03-02 02:50:42 +00:00
Cornelius Weiß
9d154b8ba4 add admin section 2005-03-01 10:58:04 +00:00
Cornelius Weiß
b5bcc312fb finished work on accessories 2005-03-01 10:20:03 +00:00
Cornelius Weiß
b2e1f40eb3 make app 100% of width 2005-03-01 10:19:33 +00:00
Cornelius Weiß
6d020a06bd fix small bug on links 2005-03-01 08:51:16 +00:00