Commit Graph

9248 Commits

Author SHA1 Message Date
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
alpeb
6212ad3c78 Applied patches #1151626 from Regis Leroy that allow configuration of global ACL rights on a group level (before it was only possible on a user level). This will allow to control access to the admin and monitor sections of the workflow app using its new acl hook 2005-02-28 16:12:31 +00:00
alpeb
8299eb6aa4 added png support 2005-02-28 16:11:47 +00:00
wnz_gh05t
08aec6c4d7 *** empty log message *** 2005-02-28 15:52:35 +00:00
Cornelius Weiß
5eac376f6e work on accessories 2005-02-28 15:19:31 +00:00
Ralf Becker
37fa750990 1) corrected fix of wrong comparison with NULL in column_data_implode
2) allow for null in array in column_data_implode
2005-02-28 11:51:10 +00:00
dawnlinux
146a25179b Add a German translation 2005-02-28 03:18:44 +00:00
Lars Kneschke
f6c2029094 changes to keep track of changed content 2005-02-27 23:33:14 +00:00
Lars Kneschke
8149f57cad add new table to keep track of contentchanges 2005-02-27 23:30:55 +00:00
Lars Kneschke
0b846885ee add class to handle history of content inside egw 2005-02-27 23:29:40 +00:00
Lars Kneschke
ffc98ddd1f add 2 function sto handle global UIDs 2005-02-27 23:27:36 +00:00
Ralf Becker
9627814ab2 killed a debug-message 2005-02-27 21:32:43 +00:00
Ralf Becker
6874870274 silently fixing 0 based array 2005-02-27 21:32:06 +00:00
Ralf Becker
450de4d93f reworked so_sql class with new db-methods db::select, db::insert, db::update, db::delete and added get_rows method for the nextmatch widget 2005-02-27 21:31:10 +00:00
Ralf Becker
0af62b80b3 fixed wrong comparison with NULL in column_data_implode 2005-02-27 21:27:36 +00:00
Ralf Becker
d9ba5f9ab8 fixed update problem of wiki, RenameColumn could not deal with column-names in mixed case 2005-02-27 19:51:24 +00:00
Oscar Manuel Gómez Senovilla
60ae406c63 *** empty log message *** 2005-02-27 10:20:49 +00:00
Ralf Becker
a53e61f903 'vfs_' column-prefix and "new" table-name for egw_vfs
- needed for the oracle support
Also put vfs and vfs_shared in one file
2005-02-26 14:00:02 +00:00
Ralf Becker
c351630e88 'vfs_' column-prefix and "new" table-name for egw_vfs
- needed for the oracle support
2005-02-26 13:58:53 +00:00
reinerj
c734957881 update Switzerland holiday file from Samuel Weiss 2005-02-26 07:09:33 +00:00
Cornelius Weiß
0c2045d5fa work on accessories 2005-02-25 13:18:40 +00:00
Cornelius Weiß
325a280162 make show.rows nicer / add accessories icons 2005-02-25 12:39:48 +00:00
Cornelius Weiß
5a7f202032 update requirements to run properly 2005-02-25 11:41:24 +00:00
Cornelius Weiß
3bc277e39c make hooks nicer 2005-02-25 11:35:51 +00:00
Cornelius Weiß
8f5ccbd557 finished work on links (hopefully :-)) 2005-02-25 11:15:27 +00:00
Cornelius Weiß
4057b2da43 fixing tables-update 2005-02-25 09:25:25 +00:00
Cornelius Weiß
9c3945a4cc work on links and accessories 2005-02-25 08:55:37 +00:00
Ralf Becker
9a6b90e78f 1) enabled DB support additionaly for:
- Oracle via oci8 or odbc extension
- MsSql via odbc extension
2) added checks for the neccesary extension incl. loading them if they are not loaded by default: db extensions and session extension. This is now consitent wiht check_install.
3) sessions class tries now to load the php session extension and silently fallbacks to db-sessions
2005-02-25 07:45:37 +00:00
Ralf Becker
9f525747b4 bugfixes and using the checkbox version for the mutiple selectbox 2005-02-24 21:02:24 +00:00
Ralf Becker
feadf8459e implemented a multiselectbox with checkboxes:
- it looks nearly like a multiple selectbox, eg. scrolls for further lines
- it acts in the same way in forms
- it's NOT identical if using it via javascript
2005-02-24 21:01:13 +00:00
Cornelius Weiß
088b6827a7 make links working 2005-02-24 18:24:26 +00:00
Ralf Becker
15c225d84b fixed bug: not all custom fields are shown readonly if only editing the status is allowed (thought they will not be saved anyway) 2005-02-24 14:08:27 +00:00
Cornelius Weiß
3ed44951a7 work on accessories and links 2005-02-24 13:10:57 +00:00
wnz_gh05t
75eebb3334 *** empty log message *** 2005-02-23 19:05:21 +00:00
Ralf Becker
717f53ece2 some bugfixes:
- tab-widgets can be edited (new editor lost template content and onclick_handler, if looping)
- select widgets accept again options via $sel_options[$name]  $name is the name of the widget and not the form_name
- grid-options get loaded again via the old editor
2005-02-23 14:33:00 +00:00
Cornelius Weiß
51fa973640 *** empty log message *** 2005-02-23 11:50:12 +00:00
Cornelius Weiß
84fe7ae308 add sideboxmenu 2005-02-23 11:48:59 +00:00
Cornelius Weiß
e2d9626da4 template makeup 2005-02-23 10:49:44 +00:00
Cornelius Weiß
cb6e1ab33f beginn with accessories functionality 2005-02-23 09:57:57 +00:00
Ralf Becker
e47230d451 fix to allow session-id in the url too 2005-02-23 09:36:46 +00:00
Ralf Becker
ac060de053 docu update 2005-02-22 22:11:00 +00:00
Ralf Becker
8c34e1e04e - style popup is working now: allows to edit the embeded styles of an eTemplate as well of the apps app.css file
- some bugfixes in the editor
- popups can now directly called by a button and you can pass params via the content array
2005-02-22 21:02:26 +00:00