Commit Graph

9242 Commits

Author SHA1 Message Date
b313272616 fallback to db sessions if php's session extension is not loadable, atm. you get cryptic errors, bugs in the bugtracker and mails on the list ;-) 2005-02-21 07:57:41 +00:00
c0bed5e88e added escaping of onclick for buttons 2005-02-20 21:47:14 +00:00
21c6ebd17e next step to a new eTemplate editor:
- new editor has now everything the old one had, beside editing of embeded stylesheets
- new possibility to define a confirmation for buttons via javascript
- finetuned the garbadge collection for php4 sessions
2005-02-20 21:45:24 +00:00
af54416695 display admin for each cat 2005-02-20 18:01:52 +00:00
a8f3dcc2d0 make cat list nicer 2005-02-20 17:50:39 +00:00
c0867b777e work on acl 2005-02-20 17:10:48 +00:00
3a81d8234a add direct booking to acl 2005-02-20 14:41:52 +00:00
9317f4e7bb new norwegian translations from ��yvind Kronkvist <oyvind-at-kronkvist.no> 2005-02-19 10:35:04 +00:00
dfd35114a5 next step to a new eTemplate editor:
- widget editor works quite nice
- beware it can create Templates the old editor cant understand and destroy if you save or export them from the old editor!
=> need to move the other functionality (import, export, dump, ..) of the old editor to the new one, so the old editor can retire ;-)
2005-02-18 22:44:42 +00:00
844ec779c2 optimized handling of app_session data under php4: previously there was always a copy of the data in $GLOBALS['phpgw_sessions'], which is unnecessary and needs double as much memory. Also changed the name from $_SESSION[phpgw_session] to $_SESSION[egw] 2005-02-18 20:28:06 +00:00
ff995066bc *** empty log message *** 2005-02-17 17:29:07 +00:00
7bcbb5d291 *** empty log message *** 2005-02-17 15:34:29 +00:00
8e16f32e3b *** empty log message *** 2005-02-17 15:33:26 +00:00
e5a49cf13b cvs is a bit weired 2005-02-17 15:27:43 +00:00
560e2c721b makup 2005-02-17 14:54:22 +00:00
ebee864294 *** empty log message *** 2005-02-17 14:44:00 +00:00
df691d7437 add bookable byeable pics 2005-02-17 14:42:34 +00:00
18c3b7ba31 *** empty log message *** 2005-02-17 14:00:14 +00:00
a7984ae8d5 *** empty log message *** 2005-02-17 13:41:30 +00:00
6260f01774 list : 2 rows each entry 2005-02-17 12:43:26 +00:00
a9a0455efa update Italy holiday file from Giovanni Guerrieri 2005-02-17 11:53:36 +00:00
c2091c4774 add cvs id-tags for all 2005-02-17 11:23:00 +00:00
b8e3a6719c hopfully finished work on pictures :-) 2005-02-17 11:17:19 +00:00
811d0fe37c removed this not longer (if ever) used files 2005-02-17 10:33:12 +00:00
3842048b5e work on pictures and vfs 2005-02-17 09:53:46 +00:00
f8e33c8aef icon pic support 2005-02-17 08:04:55 +00:00
5a116ed264 latest translations from Valentin Laskov 2005-02-17 07:12:53 +00:00
23fe46873e add acl todos 2005-02-16 22:49:15 +00:00
e4113948fc make get_pictures work with vfs (thanks to ralf) 2005-02-16 14:50:17 +00:00
c04582258f 1) big documentation update
2) image method accepts now:
- image name, search in given app
- URL
- vfs:/ pseudo protocol to access the vfs, eg. vfs:/home/ralf/pic.png
- array with get-vars passed to the link-function for '/index.php'
2005-02-16 13:04:14 +00:00
b4f9ff0384 remove blobs from db 2005-02-16 12:19:20 +00:00
42fca9a82e There is really much to do .. 2005-02-16 10:55:39 +00:00
5d50838ab1 an project need a readme or? 2005-02-16 10:27:08 +00:00
e342ac4844 show image w.o. vfs since this is atm not supported by eTemplate 2005-02-16 10:26:22 +00:00
e0a0cfc9fe first step to a new eTemplate editor:
- based on existing show function the template can be edited in place
- dblclicked widgets will be edited in a popup
- new editor supports not only one grid, but a hirachical tree of widgets
still missing:
- editing and operations of grid rows and columns
- type-specific templates for the popup, to make the options more intuitiv
In the meantime the old editor is still functional
2005-02-15 23:22:10 +00:00
112b4ffaeb save pictures and thumbs via vfs 2005-02-15 16:26:21 +00:00
d3d2ac11ee fixed bug reported on the devel-list: clicking on "Grand access" icons (pencil) while adding a new account results in an sql error
==> icon not longer shown, as we have no user-id yet
2005-02-15 08:18:27 +00:00
fea797c2cb fixed cat-selection after removal of depricated class-var 2005-02-14 15:05:11 +00:00
05d6393045 bugfixes 2005-02-14 14:55:45 +00:00
3d31b0e7fe nicer save-function 2005-02-14 12:03:06 +00:00
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
bc13c208fe fixed inline documentation, works very nice now 2005-02-13 13:03:36 +00:00
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
9034ef788c some bugfixes related to empty database 2005-02-12 17:32:38 +00:00
3460c4f058 new database version for picture uploa 2005-02-12 15:50:56 +00:00
86bc6b2069 picture upload completed 2005-02-12 15:49:38 +00:00
021b1314c7 fix for php5 2005-02-12 14:37:25 +00:00
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
f3b5682b92 nice icons :-) 2005-02-12 08:27:11 +00:00
77a51bc6ab work on picture upload 2005-02-12 08:25:26 +00:00