Commit Graph

10629 Commits

Author SHA1 Message Date
78a891846a calendar hook: get_calendar_info($res_id) 2005-06-11 14:32:08 +00:00
4f79f17397 buxfixes for emty tables 2005-06-11 14:11:57 +00:00
405cdee6d1 started switching so-layer to so_sql(etemplate)
created first calender hooks
2005-06-11 12:59:11 +00:00
7679d73df0 update documentation 2005-06-11 10:49:50 +00:00
ea424535df update documentation 2005-06-11 10:09:34 +00:00
ba459fdfcd fixed link to DeveloperDocs 2005-06-11 10:08:08 +00:00
85829662ba new acl-right: READ_Calender.
This is made, cause there might be installations, where useres are not permittet to see how much a resource in used
etc...
2005-06-11 08:10:22 +00:00
ec6a4600e8 - phpgw --> egw
- some php5 stuff (clone of db object)
- partialy new db-functions
2005-06-10 20:40:57 +00:00
ba42b6a9da removed dericated use of calltime pass reference (not needed there anyway) 2005-06-08 12:53:02 +00:00
1dd5895d75 fix to allow spaces in csv field names 2005-06-07 14:06:12 +00:00
df209c0b0b fix for not set link_pathes 2005-06-07 11:44:49 +00:00
5748d1adb5 - fixed SQL error in saving holidays
- fixed not shown locales in holiday-admin
2005-06-07 09:51:18 +00:00
84c06483f0 show groups allways as lang('Group').' '. 2005-06-07 08:45:53 +00:00
387c31e9cd implemented feature request from Alexander Tomisch: [copy] button in the view entry page open calendar add page, with preset values according to the entry in which copy was pressed 2005-06-04 12:43:23 +00:00
ef3e6bc4f4 New widget for durations: floating point input with an optional selectbox to specify a unit (hours or days). The storage format is configurabe and can be either minutes (integer) or hours or days as float 2005-06-02 22:43:44 +00:00
e233ade4c9 - extension can now use name_expansion in their options
- remove some unnecessary / doubled code
2005-06-02 22:26:41 +00:00
4c6b62cc7f bug 1187943 2005-06-02 18:44:11 +00:00
8d11846c4f bug 1211849 2005-06-02 18:15:34 +00:00
d037789e1f allow help-text (in status line of browser) for labels too (shown via onmouseover of the surrounding table-cell)
=> dom tabs show the help-texts again
2005-06-02 14:44:49 +00:00
00408f24cb - applied fix from Joao Martins: extra_link_target without help
- fixed a double translation on the help text of the extra_link
- running the help-text through expand_name now to allow eg. row specific helptexts in nextmatch rows
2005-06-01 08:09:33 +00:00
c555299592 fixed typo, that prevented a css class on a single cell of a box to be used 2005-05-31 21:29:49 +00:00
fd5576e3ee - phpgw --> egw
- fixed a problem php5 complained about, which is present in php4 too: arrays in $GLOBALS[egw][server] are NOT unserialized. As this seems to be only used for the lang_ctimes, I just took care of it here
2005-05-31 13:52:14 +00:00
a3fb79a6a4 fixing the fix ;-) now it's working in php4 + 5 2005-05-30 14:18:23 +00:00
737e10cb6e russian calendar data
submitted by Alexander Krasnov
2005-05-29 11:29:34 +00:00
402d3b60e8 little type 2005-05-29 11:23:51 +00:00
93ac857bd2 as any of the user supplied password and the stored password
can be md5 or clear text, we convert both to md5 and compare always
the md5 hashs
2005-05-29 08:03:01 +00:00
31de9d18bf german translation 2005-05-27 12:25:04 +00:00
02f8c701f0 "You can see anything with resources" :-) 2005-05-26 20:10:31 +00:00
d9ec1f87e2 Initial addition of the savant2 template engine and the egw-wrapper class.tplsavant2.inc.php Enjoy ;) 2005-05-26 19:38:09 +00:00
266949f632 small fix to not set the css class of templates or grids in a cell twice, it is not good for border 2005-05-25 15:09:47 +00:00
e435c63ad7 two problems fixed:
- tab-widget was not always submitting AND restoreing the selected tab
- now you can use the short, relative name to select a tab too
2005-05-25 14:10:27 +00:00
dc7cd8cae1 fix 100% width of index-view 2005-05-24 15:40:14 +00:00
c9e47a1f28 Fix broken PAM authentication 2005-05-24 13:00:13 +00:00
f2a058fccf modernized asyncservice class and renamed phpgw_async to egw_async 2005-05-23 18:57:58 +00:00
550ce8314d changed first line to #!/usr/bin/php -qC
-C makes the CGI binary behave like the CLI one (CGI has the script's dir as it's current dir not the current dir where the script is invoked)
2005-05-23 17:30:05 +00:00
e19da05e52 fixed problem on home-page: set_app(etemplate) was missing 2005-05-23 08:00:54 +00:00
ae3da17939 ldapmodify was not working any more, fixed it now: phpgw --> egw 2005-05-22 20:07:16 +00:00
1c2bc536dd fixed not set nextmatch colors 2005-05-21 18:25:41 +00:00
65e77f33b5 preference_acl_row tpl can use now classes for the nextmatch color too 2005-05-21 18:25:08 +00:00
90e7bd7595 2 small bugfixes:
- default values for readonly checkboxes (x) get set now, even if checked and unchecked values are specified (but no readonly values)
- fixed readonly case of option values for selectboxes with label+title (value is an array with keys label+title)
2005-05-21 18:21:55 +00:00
fc5d6daee4 - query_list can now return arrays with customizable keys, eg. for option-lists incl. title
- save works now for tables which have no columns beside the primary key
2005-05-21 18:17:21 +00:00
ef7fa4813c re-enabled the 1.0.0 compatibility of the HEAD version of eTemplate: allows to use HEAD eTemplate in an 1.0.0 install, eg. to use the improved tab-widget (no reload anymore) 2005-05-21 07:56:02 +00:00
7cc61c1ba4 for embeded templates propagate the CSS class to the template, helps the extension a lot, as one can specify a class for the extension and the extension automatic use it in the template used to render the extension 2005-05-21 07:41:09 +00:00
8f2420541a fixed generation of options in select-boxes: now 0 == '0' != '' when marking options as selected 2005-05-20 17:00:12 +00:00
0793450251 own template to edit grids: has now separate fields and helptexts for the diverse values comulated in size/options 2005-05-20 16:56:16 +00:00
c59b7c4aca - using the styles for htmlarea for the readonly version (div) too
- autom. adding px to numerical width and height values for the table
2005-05-20 16:49:54 +00:00
5b1996b1f1 Fixed incorrect phrase header 0assword 2005-05-20 13:02:14 +00:00
db148b55bc - fix_set_onclick was not called, if one navigated to a widget with the arrows
- onclick of a button was not reset, when a button was converted to a box
2005-05-20 12:01:15 +00:00
5d763bd11e corrected a "funny" php5 behavior 2005-05-20 11:24:54 +00:00
f34b93e6ae implemented the possebility to specify the HTMLarea width and height via it's config (default is via the dimensions of the textarea). Needed if the HTMLarea is in a not displayed tab (style="display: none"). 2005-05-19 13:22:44 +00:00