Commit Graph

9958 Commits

Author SHA1 Message Date
Ralf Becker
9181a45343 script (admin-only) to delete ACL records of not (longer) existing accounts 2005-09-10 08:57:29 +00:00
Lars Kneschke
babecd6862 display "grant access" link only when we have NOT user grants disabled 2005-09-07 09:22:00 +00:00
Ralf Becker
7871067e98 added patch from raphaelpereira-AT-gmail.com to allow creation of the DB under Postgres again 2005-09-06 10:14:43 +00:00
Miles Lott
c0af40f45a Fix setting of detail var. 2005-09-03 18:19:49 +00:00
Carsten Wolff
127aedb65f fix change_owner() 2005-08-30 20:57:03 +00:00
Miles Lott
a23f8f23e9 Yet another change for compat 2005-08-19 12:33:21 +00:00
Miles Lott
4d53018b08 Additional fix to rollback to phpgw_info array for this branch 2005-08-18 12:43:53 +00:00
Miles Lott
6be6611f92 Small fix for constants used in this branch 2005-08-18 12:39:22 +00:00
Miles Lott
92a4805448 Bump version to 009 2005-08-18 12:30:49 +00:00
Miles Lott
659e7351c8 Add changes from HEAD branch for security update to XMLRPC 2005-08-15 15:33:05 +00:00
Ralf Becker
aa44877178 1.0.0.008-2 2005-07-16 10:14:02 +00:00
Ralf Becker
ebf9609590 fixed not working update of existing build-root 2005-07-09 09:10:31 +00:00
Ralf Becker
4f0dd0066b merged Milosch's xmlrpc fixes to 1.0.0 2005-07-08 18:27:00 +00:00
Ralf Becker
12aa419eb6 bugfix release 1.0.0.008 (xmlrcp security problems) 2005-07-08 14:35:35 +00:00
Lars Kneschke
6419b5c091 defined twice and breaking PHP5 2005-07-05 04:55:31 +00:00
Carsten Wolff
dd2984573c another shot at datetime.iso8601:
- accept both simple and extended format from input

- output simple format, if
    + either the client is vbXMLRPC
    + or the client sends a HTTP-header "isoDate: simple"
2005-06-30 18:54:11 +00:00
Ralf Becker
22bac121d5 fixed wrong Windows detection and changed default path to show slashes on windows too 2005-06-16 05:36:09 +00:00
Ralf Becker
6a17844ac6 backported fix from HEAD: necessary primary group was not set 2005-05-31 14:22:03 +00:00
Lars Kneschke
3dedbd3ed8 russian calendar data
submitted by Alexander Krasnov
2005-05-29 11:29:36 +00:00
Lars Kneschke
61756cd49b file holidays.RU.csv was added on branch Version-1_0_0-branch on 2005-05-29 11:30:21 +0000 2005-05-29 11:29:35 +00:00
nobody
d88782eff0 This commit was manufactured by cvs2svn to create branch
'Version-1_0_0-branch'.
2005-05-29 11:29:34 +00:00
Lars Kneschke
737e10cb6e russian calendar data
submitted by Alexander Krasnov
2005-05-29 11:29:34 +00:00
Lars Kneschke
402d3b60e8 little type 2005-05-29 11:23:51 +00:00
Lars Kneschke
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
Cornelius Weiß
31de9d18bf german translation 2005-05-27 12:25:04 +00:00
Cornelius Weiß
02f8c701f0 "You can see anything with resources" :-) 2005-05-26 20:10:31 +00:00
Pim Snel
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
Ralf Becker
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
Ralf Becker
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
Cornelius Weiß
dc7cd8cae1 fix 100% width of index-view 2005-05-24 15:40:14 +00:00
petere78
0c093c132a Fix broken PAM authentication 2005-05-24 13:01:43 +00:00
petere78
c9e47a1f28 Fix broken PAM authentication 2005-05-24 13:00:13 +00:00
Ralf Becker
f2a058fccf modernized asyncservice class and renamed phpgw_async to egw_async 2005-05-23 18:57:58 +00:00
Ralf Becker
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
Ralf Becker
e19da05e52 fixed problem on home-page: set_app(etemplate) was missing 2005-05-23 08:00:54 +00:00
Ralf Becker
ae3da17939 ldapmodify was not working any more, fixed it now: phpgw --> egw 2005-05-22 20:07:16 +00:00
Ralf Becker
1c2bc536dd fixed not set nextmatch colors 2005-05-21 18:25:41 +00:00
Ralf Becker
65e77f33b5 preference_acl_row tpl can use now classes for the nextmatch color too 2005-05-21 18:25:08 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
8f2420541a fixed generation of options in select-boxes: now 0 == '0' != '' when marking options as selected 2005-05-20 17:00:12 +00:00
Ralf Becker
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
Ralf Becker
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
Miles Lott
5b1996b1f1 Fixed incorrect phrase header 0assword 2005-05-20 13:02:14 +00:00
Ralf Becker
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
Ralf Becker
5d763bd11e corrected a "funny" php5 behavior 2005-05-20 11:24:54 +00:00
Ralf Becker
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
Ralf Becker
e66fc40408 tab-widget can change now between the tabs without a reload 2005-05-19 13:16:52 +00:00