Commit Graph

11173 Commits

Author SHA1 Message Date
Ralf Becker
91d28f8945 handler for ajax requests 2006-10-02 05:13:19 +00:00
Ralf Becker
dc69445754 fixed typo, causing the account-migration to to migrate from SQL --> LDAP 2006-10-01 10:49:30 +00:00
Ralf Becker
f68c173c30 - link widgets uses now ajax to search
- new sub-type to search and select an entry of a selectable or given app
- more to come
2006-09-29 19:55:00 +00:00
Ralf Becker
2d2a18959f - allow to set id for box, hbox, vbox and grid
- new function js_pseudo_funcs used for onchange and onclick:
  + form::name('name'): translates name in hirashical form-name used by etemplate
  + egw::link('url','vars'): calls $egw->link()
  + confirm('message'): translates 'message'
2006-09-29 19:47:29 +00:00
Cornelius Weiß
41673c935f mess protection if something went wrong in tmp dir... 2006-09-29 06:49:31 +00:00
Lars Kneschke
14d546d58d added functionality to add multiple html / text parts to the message 2006-09-28 18:46:27 +00:00
Cornelius Weiß
c1d55c6ade some xajax helpers 2006-09-28 12:26:29 +00:00
Cornelius Weiß
fcf9716c4e remove not longer needed tables_baseline 2006-09-28 05:05:06 +00:00
Cornelius Weiß
3405357a57 remove not longer needed tables_baseline 2006-09-28 05:04:46 +00:00
Cornelius Weiß
2d2aef9e16 remove not longer needed tables_baseline 2006-09-28 05:04:19 +00:00
Cornelius Weiß
865cd542e5 remove not longer needed tables_baseline 2006-09-28 05:03:30 +00:00
Cornelius Weiß
624b060212 remove not longer needed tables_baseline 2006-09-28 05:03:13 +00:00
Cornelius Weiß
0e4574dfa1 remove not longer needed tables_baseline 2006-09-28 05:03:01 +00:00
Cornelius Weiß
f90337fae8 place ajax loader icon over manual 2006-09-28 05:01:01 +00:00
Ralf Becker
cb6bbd5ac5 fixed not working "whole day" checkbox 2006-09-28 04:32:38 +00:00
Ralf Becker
b22627c2f2 fixed typo (custom help-message of the link-widget was ignored) 2006-09-27 13:41:51 +00:00
Ralf Becker
9c4f0acf47 fixed line-height for dates 2006-09-27 13:22:56 +00:00
Ralf Becker
79b302aae5 - empty cells in a box can now be kept (not optimized away)
- fixed not used ro-image for buttons, if set via the content-array
2006-09-27 13:09:28 +00:00
Ralf Becker
f378683cab fixed type causing the box-options to be in the orient 2006-09-27 13:01:34 +00:00
Cornelius Weiß
5f0a31826d php4 temporary workaround for notifications for 1.4 release 2006-09-27 10:03:34 +00:00
Ralf Becker
d6b7fc3c35 phpgw_setcookie --> egw_setcookie and removing old code - I have no idea what is was supposed to do 2006-09-27 07:10:43 +00:00
Ralf Becker
a435f90c08 fixed bug "infolog filter 'responsible open' does not show all items the user is responsible for", it was caused by the update of existing entries writes '' into info_responsible instead of '0' 2006-09-26 04:50:37 +00:00
Ralf Becker
0cdfa38ff5 class nextmatch-range added 2006-09-25 14:00:28 +00:00
Ralf Becker
9cbbf9bef9 classes for filterheaders and fixed the way the *active_sortcolum class is applied 2006-09-25 13:11:00 +00:00
Cornelius Weiß
241c1d04cd use new notification app for calendar 2006-09-25 10:29:03 +00:00
Cornelius Weiß
8a04e759c4 tryouts with svn propset 2006-09-25 10:20:46 +00:00
Cornelius Weiß
35886c3e06 tryouts with svn propset 2006-09-25 10:18:17 +00:00
Ralf Becker
3321dd1d48 - sorting criteria does no longer exclude entries with the soring criteria empty, but puts them always on the end of the list (changing the sorting no longer changes to total number of entries)
- this also fixes the bug that sorting after the org_name in an org_view, disables the org_view
2006-09-25 10:18:05 +00:00
Cornelius Weiß
1a4145905c tryouts with svn propset 2006-09-25 10:18:05 +00:00
Cornelius Weiß
4adb030136 tryouts with svn propset 2006-09-25 10:17:49 +00:00
Cornelius Weiß
173b846279 tryouts with svn propset 2006-09-25 10:16:19 +00:00
Ralf Becker
5a0653cb03 specify a leading 0, if calling the calendar, to unset the current selected owners 2006-09-25 08:50:53 +00:00
Ralf Becker
977fadb8b5 - a leading 0 in $_GET['owner'] allows to exactly the the following owners (without that only owner of the same type as the first owner get changed)
- if no account select, add an extra "None" to the account-selection
2006-09-25 08:50:02 +00:00
Ralf Becker
2bbebeeb50 allow to also specify an extra, first label, if an array with grants is given 2006-09-25 08:48:19 +00:00
Cornelius Weiß
438b4f6deb cleanup 2006-09-25 08:23:30 +00:00
Cornelius Weiß
a4d601c483 forgotten update-script for popup-table 2006-09-25 07:04:22 +00:00
Cornelius Weiß
873fad71de fix column type for id in notifications popup table
remove depricated SEP's
corrected type hintings
continue fight against svn... (replacement of $id$ in this episode)
2006-09-25 07:00:51 +00:00
Ralf Becker
78735f5cf1 fixed sometimes (or some-browser) not working toggle_all 2006-09-24 16:52:15 +00:00
Ralf Becker
bdb15819bd phpgw --> egw 2006-09-24 16:27:39 +00:00
Ralf Becker
052c0e964c fixed depricated get_list methode, to return an array indexed 0, 1, 2, ... as the old one 2006-09-24 08:06:16 +00:00
Ralf Becker
a6af26d8a9 - setting the cookie path, allows to login to different eGW installs (if you want to use this together with the 1.2, you have to copy the 3 modified session-classes there too)
- documentation update
2006-09-24 06:53:34 +00:00
Ralf Becker
eb02bbde24 fixed infolog customfields show regardless of type 2006-09-20 17:49:15 +00:00
Ralf Becker
03630766ad show readonly cats without indention and global cat marker 2006-09-20 13:32:47 +00:00
Ralf Becker
106dab6003 - fixed sort by date for the reporting
- cats column is automatic suppressed, if no cats used
- removed "none" from the cats column in the sums
2006-09-20 13:31:41 +00:00
Ralf Becker
e6a527acc3 - use a typ-specific template for edit, if one exist
- allow typ-specific templates to show the content of the first linked contact
--> allow to create specific print-view for each template-type
2006-09-20 07:13:44 +00:00
Ralf Becker
445d8467a3 get_links with $only_app param set was returning the complete links instead just the id's, if the entry was not yet created (links stored as an array in the empty id) 2006-09-20 07:11:42 +00:00
Ralf Becker
1f5580c528 hardcoded the use of accounts_backend::search for ldap, as method_exists behavior seems to have more to do with php's version-numbers then with the existens of the method ;-) 2006-09-20 06:03:06 +00:00
Ralf Becker
c49f73a400 moved to the api before 1.2, removing now the compatibility class 2006-09-20 04:48:59 +00:00
Ralf Becker
19f8e62d10 moved to the api before 1.2, removing now the compatibility class 2006-09-20 04:47:35 +00:00
Ralf Becker
70bbd9c71b removed no longer needed templates 2006-09-20 04:46:23 +00:00