Commit Graph

5718 Commits

Author SHA1 Message Date
Ralf Becker
b846881759 corrected bug from savanah patch #419
infolog could not add new entries, that was caused by a halfway change to a new edit-form-template
2002-08-06 07:42:57 +00:00
Miles Lott
3a5f1b1288 missing # 2002-08-01 03:39:24 +00:00
skeeter
72fc96edef GNU Patch #396. 2002-07-23 02:39:38 +00:00
ldw
5c9c6d3b6c - Added missing copyright file. 2002-07-22 17:26:49 +00:00
ldw
41870ca345 - No more useful. 2002-07-22 16:11:00 +00:00
ldw
d5e2b08335 - Added the configuration hook for the Debian apache package. 2002-07-22 07:27:35 +00:00
ldw
8d0022dc6b - Definitely splitted the Debian source package, adding the needed files to
each module.
2002-07-22 07:25:47 +00:00
ldw
56f7eae5eb - Definitely splitted the Debian source package, adding the needed files to
each module.
2002-07-22 07:17:58 +00:00
skeeter
0ce9edd060 Small change letting the system warnings to use user preference of template set for images. 2002-07-20 13:16:33 +00:00
skeeter
9db6ba3adc Possible fix for the network class error on line 81. 2002-07-20 01:32:00 +00:00
skeeter
daba675559 Fix for planner. 2002-07-16 02:04:16 +00:00
skeeter
64c1cff551 This now uses get_var(). 2002-07-07 02:31:42 +00:00
skeeter
80d9f9c281 A few minor HTML fixes. Probably geared to netscaoe. 2002-07-05 00:11:08 +00:00
ceb
325b6d81dd update global_cats selection 2002-07-03 00:55:47 +00:00
skeeter
32bc0ab15c GNU Patch #305. 2002-06-30 12:18:07 +00:00
skeeter
83102bed0e GNU Patch #379. 2002-06-29 15:59:37 +00:00
skeeter
297a820544 GNU Patch #373. 2002-06-29 12:24:11 +00:00
skeeter
9155ecf159 GNU Patch #380. 2002-06-29 11:34:52 +00:00
skeeter
3fd58149e8 GNU Patch #376. 2002-06-29 03:33:02 +00:00
skeeter
e8e358f233 GNU Patch #212 and #375. 2002-06-29 03:28:33 +00:00
skeeter
4514aa3bfa GNU Bug #761. 2002-06-29 00:41:44 +00:00
skeeter
45978168e2 GNU Bug #631. 2002-06-25 01:38:34 +00:00
skeeter
058ddb033f GNU Patch #348. 2002-06-25 01:09:29 +00:00
skeeter
26f80d486c GNU Bug #438 and GNU Bug #745. 2002-06-24 23:24:24 +00:00
Miles Lott
dce6255685 Add two auth methods, both of which require third party PHP modules (see source) 2002-06-24 12:16:50 +00:00
Zone
5371495831 Compensate for bug in ACL 2002-06-24 04:02:14 +00:00
Zone
fc3df2e82e Savannah Patch #370 (modified) - Fix and extend ACL - Thanks gisu 2002-06-24 03:18:59 +00:00
skeeter
c0570b884a GNU Bug #507. 2002-06-23 18:52:50 +00:00
skeeter
8a0cbcbab1 Using the newer datetime class. 2002-06-23 18:17:08 +00:00
skeeter
3c51862e9c A more enahanced datetime class. This one will store the server's TZ offset in the cache and use that value to calculate GMT. 2002-06-23 18:05:15 +00:00
skeeter
550bb2f132 GNU Patch #304. 2002-06-23 17:10:28 +00:00
Zone
df07c1f406 i18n - Savannah Patches #352,#353,#358, thanks gisu 2002-06-18 06:33:44 +00:00
Miles Lott
c0a1b434e9 formatting 2002-06-18 01:13:43 +00:00
Ralf Becker
2a28cf1fff button can be just a link now, if you set onChange for the button and javascript is enabled.
Added a test for javascript and removed all javascript from the output if javascript is not enabled.
2002-06-15 19:59:07 +00:00
Ralf Becker
d789e876a5 make the datefield widget/extension use the helptext of the field 2002-06-15 13:04:19 +00:00
Ralf Becker
281ee78459 The tab widget is now completly templatized, using the templates 'etemplate.tab_widget.*'.
There is an example / test now under 'etemplate.tab_widget.test'.
2002-06-15 12:54:38 +00:00
Ralf Becker
fc64b09b05 added functions get_cell_attribute and set_cell_attribute to get and set an attribute in a named cell.
changed disable_cell to use set_cell_attribute
2002-06-15 12:52:33 +00:00
Ralf Becker
fd6c630234 changed argument-order of isset_array to be the same as in set_array and get_array: isset_array($arr,$idx) 2002-06-15 09:21:55 +00:00
ldw
47ea887c92 - Moved documentation files to module/doc directory.
- Renamed phpgroupware/doc/LICENSE in phpgroupware/doc/copyright.gpl
2002-06-12 10:14:14 +00:00
ldw
1b715afbeb - Renamed some copyright files.
- Moved doc files to module/doc dir.
- Removed no more useful debian files.
- Removed addbook/readme: duplicate file.
2002-06-12 09:22:32 +00:00
Ralf Becker
ec4cb122e4 changed some labels in the editor and added some templates for the tab_widget 2002-06-10 21:37:31 +00:00
Ralf Becker
8ea623c23a started to templatize the tab-widget.
each element of the widget should be constructed from an eTemplate to allow template-sets to costomize the look
2002-06-10 21:36:22 +00:00
Ralf Becker
b4967da945 a lot of new stuff, to give the extensions more freedome:
- label and help-texts can contain '@<index>' to reference a variable in the content array
- content changed by an extension is now handled correct in all cases of sub-arrays
- added CELLSPACEING and CELLPADDING options for the template / table
2002-06-10 21:34:58 +00:00
Ralf Becker
0728068416 changed writeLangFile to cope with multiple messages in one field (separated by '|') 2002-06-10 21:30:09 +00:00
Ralf Becker
36ef7dec78 some changes to get the tab-widget working:
- the template is saved in the app_session for process_exec and not read again from the db
- extensions can request (trough $templ->loop = True) to have an other loop through exec process_exec (e.g. to show an other tab)
- extensions can have persitant data (via app_session) in $GLOBALS[phpgw_info][etemplate][extension_data][<extension-name>]
2002-06-09 21:40:06 +00:00
Ralf Becker
d30ca9d95a inital import of Tab-Widget 2002-06-09 21:36:37 +00:00
Ralf Becker
370eb1a638 change in the params of the extension-interface 2002-06-09 21:36:06 +00:00
Ralf Becker
93adafc624 splitt save_appsession in appsession_id and save_appsession
added function complete_array_merge
2002-06-09 21:34:21 +00:00
Ralf Becker
02bcae219a removed manual process_show, as it is no longer necessary 2002-06-09 21:33:07 +00:00
Ralf Becker
2ac9898a76 changed init to be used to set complete template data, has to be as array in $name 2002-06-09 21:31:01 +00:00