Ralf Becker
b6cc2d6d7b
fixed bug reported by Reinhard Gustavik on the german list: custom status get's not saved and not used
2005-02-14 10:39:10 +00:00
Ralf Becker
bc13c208fe
fixed inline documentation, works very nice now
2005-02-13 13:03:36 +00:00
Ralf Becker
f2e0fda75d
- new function widget_tree_walk, which aplies a given function to all widgets or a template, used now by soetemplate::getToTranslate() and boetemplate::set_cell_attribute()
...
- fixed inline documentation, works very nice now
2005-02-13 13:03:01 +00:00
Cornelius Weiß
9034ef788c
some bugfixes related to empty database
2005-02-12 17:32:38 +00:00
Cornelius Weiß
3460c4f058
new database version for picture uploa
2005-02-12 15:50:56 +00:00
Cornelius Weiß
86bc6b2069
picture upload completed
2005-02-12 15:49:38 +00:00
Ralf Becker
021b1314c7
fix for php5
2005-02-12 14:37:25 +00:00
Ralf Becker
ab02fe9ee0
fix for bug [ 1120676 ] Date&Linking Probs in InfoLog:
...
caused by error in handling of array's when magic_quotes_gpc was on
2005-02-12 13:59:08 +00:00
Cornelius Weiß
f3b5682b92
nice icons :-)
2005-02-12 08:27:11 +00:00
Cornelius Weiß
77a51bc6ab
work on picture upload
2005-02-12 08:25:26 +00:00
Ralf Becker
4d498d47cb
updates to work around postgres error while upgrading a phpGW 0.9.14 install
2005-02-10 15:15:29 +00:00
Ralf Becker
f520cbb004
updated dependencies
2005-02-10 14:16:02 +00:00
Ralf Becker
96f6250611
fix for bug [ 1084324 ] Database error when try to search holidays
2005-02-10 01:09:06 +00:00
Ralf Becker
67ed35e6ea
fix for bug [ 1106014 ] Problems with recurring events (several bugs)
2005-02-10 00:13:37 +00:00
Ralf Becker
c6aa4719ef
no longer deleting all custom-fields on updating an event, as requested by the outlook sync people
2005-02-10 00:10:39 +00:00
Ralf Becker
42c0476556
fixed bug [ 1107983 ] Repeating Events out of order/shifted
2005-02-09 20:32:48 +00:00
Ralf Becker
416fe7b620
fixed bug [ 1107983 ] Repeating Events out of order/shifted
2005-02-09 20:00:56 +00:00
Ralf Becker
388b950a2a
fixed bug [ 1103731 ] calendar dont work without infolog installed
...
fixed bug [ 1115160 ] Calender Updated Time Error
2005-02-09 18:17:44 +00:00
Ralf Becker
008cb40024
fixed bug [ 1119190 ] broken HTML escaping in calendar notes
2005-02-09 18:06:03 +00:00
Ralf Becker
b1ed2f8d61
fixed bug [ 1106069 ] bad hypertext link creation when '&' is in the URL
2005-02-09 16:48:30 +00:00
Ralf Becker
c427c5d8af
fixed bug [ 1051483 ] deleting an infolog entry not delete it's attachments.
...
I also delete empty dirs (after last attachment was deleted).
2005-02-09 16:24:17 +00:00
Ralf Becker
311af5f7b8
fixed not working attachments after first file-attachment on new created infolog-entries, eg. [ 1052140 ]
2005-02-09 14:59:38 +00:00
Cornelius Weiß
809d5cc327
some edit dialog enhancements
2005-02-09 14:41:43 +00:00
Ralf Becker
c6d1a7e325
select: fixed quoting of option texts in selectbox,
...
htmlspecialchars: dont quote < > as they are already entities
2005-02-09 13:53:16 +00:00
Ralf Becker
22f7aaf56c
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
...
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
also added input-validation for dates
2005-02-09 10:15:49 +00:00
Ralf Becker
8518892d9a
fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
...
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
2005-02-09 10:13:24 +00:00
Cornelius Weiß
6960ee4e35
*** empty log message ***
2005-02-08 19:36:22 +00:00
Cornelius Weiß
d5b5321854
*** empty log message ***
2005-02-08 19:28:18 +00:00
Cornelius Weiß
56565f3dfc
This commit was generated by cvs2svn to compensate for changes in r17704,
...
which included commits to RCS files with non-trunk default branches.
2005-02-08 19:10:24 +00:00
Ralf Becker
482156d7b5
fix for bug [ 1019398 ] s/Referenz/Reference/
2005-02-08 18:22:18 +00:00
Ralf Becker
a9ea2f8cf9
using clone() to create copies of the db-object for php5 compatibility
2005-02-08 18:21:07 +00:00
Ralf Becker
c659d9e785
using clone() to create copies of the db-object for php5 compatibility
2005-02-08 17:58:25 +00:00
Ralf Becker
7fe8459ced
using clone() to create copies of the db-object for php5 compatibility
2005-02-08 17:53:03 +00:00
Ralf Becker
ebf6ab3262
Sending "... is no valid method" error now as validation error, instead just echoing it
2005-02-08 17:46:34 +00:00
Ralf Becker
7645b3f0c5
Step #3 : xml export now with any tree too.
...
Editing still need to be reworked.
More to come ...
2005-02-08 14:59:41 +00:00
Ralf Becker
84e89d31be
Step #2 : Redering and importing (xml) are working now with any tree.
...
Export and editing still need to be reworked.
More to come ...
2005-02-08 12:29:06 +00:00
Ralf Becker
bff130735c
automaticaly lowercase column- and tablenames for oracle (as already done for MaxDB) and setting the maximum index length for oracle to 30
2005-02-07 20:28:05 +00:00
Ralf Becker
08285c7bdb
automaticaly lowercase column- and tablenames for oracle (as already done for MaxDB)
2005-02-07 16:56:19 +00:00
reinerj
94fc8d404b
update holidays file from Centurypcb Raymond Chen
2005-02-07 15:14:26 +00:00
Ralf Becker
a45cf2cd0a
boinfolog::write: allow to (un)set touch_modified and set_default parameters via the values array (eg. for xmlrpc)
2005-02-07 07:09:33 +00:00
Ralf Becker
7c0bce63ed
reworked a bit the UI:
...
- more idots conform (app_header)
- showing im-/exported xml (fixed old debug output)
- return works not in the name-field
2005-02-06 18:12:26 +00:00
Ralf Becker
472733589f
fixed translation of groupbox caption
2005-02-06 17:52:43 +00:00
Ralf Becker
52b42e13bb
1) added GroupBox (HTML: fieldset) to group widgets by a frame with an optional caption
...
2) Step #1 of removing eTemplate's limitation on allowing only a grid as root element of the widget tree (which can NOT directly contain further grids, thought references to other templates/grids are ok). The storage layer allows now a real tree. Redering and editing only works on the old data variable, which is now a reference to the first grid in the tree.
More to come ...
2005-02-06 15:49:50 +00:00
Ralf Becker
48ada76f3f
added html fieldset
2005-02-06 15:42:31 +00:00
Ralf Becker
80bcfc782a
change to reflect change in name of etemplate var
2005-02-05 14:18:18 +00:00
Ralf Becker
aeae312bc9
change to reflect change in name of etemplate var
2005-02-05 10:23:19 +00:00
Ralf Becker
0274dd12be
fixed creation of infolog without any link (contained link with id=1 on HEAD)
2005-02-05 10:22:25 +00:00
reinerj
80bf7a97ce
update lang file from Mats Fredriksson for Swedish
2005-02-04 17:48:21 +00:00
reinerj
6b2a377b76
update lang file from Mats Fredriksson for Swedish
2005-02-04 17:36:10 +00:00
reinerj
fb8e4a76ae
update lang file from Mats Fredriksson for Swedish
2005-02-04 17:35:29 +00:00