Commit Graph

67 Commits

Author SHA1 Message Date
Ralf Becker
d91933ac5f "fixed IE8 problem (maybe other IE version too): can NOT select resource" 2009-11-24 11:55:10 +00:00
Ralf Becker
c531f0077e - inherit ACL and admin from parent categories
+ ACL get or'ed together (you can't take away rights)
  + admins only get inherited, if there's none defined in cat
- store state of category filter for select resource popup (not
  currently used in stock EGroupware)
2009-11-05 19:37:28 +00:00
Ralf Becker
84519f0575 Modernized resource selection
- optional extra columns: description, location, storage info
- using column selection and nm sort-headers
- give selectbox more space 20% now
2009-09-29 09:30:41 +00:00
Ralf Becker
b928db2182 some improvments for resource selection
- if parent cat select also return children
- disable column selection and csv export
- small rework of UI (more compact and close to rest of EGw)
2009-08-10 19:50:36 +00:00
Ralf Becker
b484528188 use new vfs end egw_link class 2008-04-20 19:37:12 +00:00
Ralf Becker
d7fe53b79e removed unnecessary instancations and using static methods of html and egw_link class 2008-03-25 16:07:08 +00:00
Ralf Becker
20fcee771b "php5.2" 2007-05-09 08:07:06 +00:00
Cornelius Weiß
093708ae45 fix bug #255 2007-02-25 19:42:15 +00:00
Cornelius Weiß
0decebd55b merge from 1.2 2006-05-18 16:14:35 +00:00
Ralf Becker
8cc0f09457 fixed an improved the interaction of calendar with the resources app:
- calendar owners set by the user- and the resource-selection are now independent, so you can add some users to your view and then add resources (without using the users again)
--> Interface with resources changed
- the resources selection now shows all selected resources, allows a multiselection and has an extra option none, to remove all resources from the cal-view
2006-03-06 07:15:54 +00:00
Cornelius Weiß
a45d978366 fix: cats where not recongnised on large number of cats
fix: cats where not displayed after creation
2006-01-17 16:49:46 +00:00
Cornelius Weiß
1315d99b88 some more documentation updates 2005-11-10 23:35:55 +00:00
Cornelius Weiß
4e20826dcf update documentation to run properly in phpdoumentor 2005-11-09 21:03:35 +00:00
wnz_gh05t
c155417f45 language fixes
fixed bug move accessory cats if master-cat is moved
2005-11-03 22:48:30 +00:00
Ralf Becker
0db87ad750 removed selectbox if no resource-cats exist (gave and error and empty selectbox before) 2005-11-02 10:37:00 +00:00
Cornelius Weiß
13659ddb5e fine adjustment of buttons
buxfix in calendar select hook
added a sitemgr module
2005-10-27 21:53:44 +00:00
wnz_gh05t
3e0ec3a586 Make selectbox remember what resources cat was selected 2005-10-27 18:43:08 +00:00
wnz_gh05t
c65589da23 make JS work for buttuns in sub-grid 2005-10-18 21:20:33 +00:00
Cornelius Weiß
afa3e63895 fixed buttons in list and details view 2005-10-09 10:13:10 +00:00
Cornelius Weiß
9532fc7af8 rearranged button layout to fit for egw stds 2005-10-04 23:02:18 +00:00
Ralf Becker
fef3601280 killed a warning, if cat contains no resources 2005-09-30 03:51:59 +00:00
Cornelius Weiß
7bba0e916d start work on calendar sidebox hook 2005-09-27 23:29:06 +00:00
Cornelius Weiß
77a26d420a fixed js-proxy 2005-09-13 21:42:46 +00:00
Cornelius Weiß
dd2b005a7d add functionality to enter quantity on resource booking 2005-09-06 21:45:37 +00:00
Cornelius Weiß
736ca322fe - fixed selectwidget due to id -> res_id problems
- added book multiple functionality
- prevent booking of non-bookable resources
2005-07-01 15:01:07 +00:00
Cornelius Weiß
c98ae36968 - change field id --> res_id due to database compability
- add inventory number
- add storage information
- show nm-header on bottom
2005-06-29 09:30:08 +00:00
Cornelius Weiß
003d09f27e - select-widget now works even when no user selectwidget is present (was bug)
- some translation
2005-06-18 08:00:03 +00:00
Cornelius Weiß
cbf0f41ad5 fixed problem with sessiondata 2005-06-13 15:14:46 +00:00
Cornelius Weiß
8d96b0c05a - rework storage layer to so_sql
- some bugfixes
2005-06-13 12:21:18 +00:00
Cornelius Weiß
9cc02bf68b work on multiselection actions in index dialog 2005-06-13 09:18:06 +00:00
Cornelius Weiß
0cf4fe3274 cleanup 2005-06-12 14:36:15 +00:00
Cornelius Weiß
dc8e6a8280 cleanup 2005-06-12 13:15:52 +00:00
Cornelius Weiß
1190d37692 select action for selected resources 2005-06-12 12:02:35 +00:00
wnz_gh05t
22b8c0511e changed id in javascript of select-dialog 2005-06-12 11:15:22 +00:00
wnz_gh05t
24bf1060a1 some changes on show-dialog 2005-06-12 10:09:12 +00:00
wnz_gh05t
4ec129ddc8 changes name of selectbox in select popup 2005-06-12 07:13:05 +00:00
wnz_gh05t
21f71e934c template fis 2005-06-11 20:09:41 +00:00
wnz_gh05t
901e57296a fix in ui-object::edit 2005-06-11 19:54:04 +00:00
wnz_gh05t
0eec9363ff adden js-code for select popup 2005-06-11 19:46:50 +00:00
wnz_gh05t
82a6c07021 bugfix 2005-06-11 17:33:18 +00:00
Cornelius Weiß
c44297a5e5 header 2005-06-11 16:00:26 +00:00
Cornelius Weiß
e818b0c8be work on select function 2005-06-11 15:41:12 +00:00
wnz_gh05t
9e7576880d fixed some misttakes ;-) 2005-06-11 15:03:32 +00:00
wnz_gh05t
ee90696e3b Added select function to ui-object 2005-06-11 14:58:07 +00:00
Ralf Becker
ec6a4600e8 - phpgw --> egw
- some php5 stuff (clone of db object)
- partialy new db-functions
2005-06-10 20:40:57 +00:00
Cornelius Weiß
dc7cd8cae1 fix 100% width of index-view 2005-05-24 15:40:14 +00:00
wnz_gh05t
81db0242bb *** empty log message *** 2005-03-21 09:52:53 +00:00
Cornelius Weiß
d70fc1f6c0 cleanup 2005-03-02 08:50:39 +00:00
Cornelius Weiß
47ef43919e make add / edit a popup 2005-03-02 08:35:10 +00:00
Cornelius Weiß
9d154b8ba4 add admin section 2005-03-01 10:58:04 +00:00