Andreas Stöckel
|
a726d95d0b
|
Fixed bug with grid element position calculation in firefox - firefox uses fractional height values internally but returns them rounded when using offsetHeight - using getComputedStyle when using firefox fixed the issue.
|
2011-03-30 20:52:02 +00:00 |
|
Andreas Stöckel
|
3111c74eda
|
Fixed selection issues in grid and fixed problem with checkbox data being checked with == and not ===
|
2011-03-30 15:05:58 +00:00 |
|
Andreas Stöckel
|
dde3de5195
|
Added new column type 'EGW_COL_TYPE_CHECKBOX'
|
2011-03-30 14:28:49 +00:00 |
|
Andreas Stöckel
|
4b23d7bca2
|
removed egwGridView_outer margin
|
2011-03-30 12:28:24 +00:00 |
|
Ralf Becker
|
019ec56408
|
get new ajax canned responses working with multiline responses
|
2011-03-30 11:40:14 +00:00 |
|
Ralf Becker
|
05d3ca105a
|
give everyone implicit rights for home app, to display home link again
|
2011-03-30 10:44:11 +00:00 |
|
Ralf Becker
|
c801bdf99e
|
identical lettersearch for etemplate and admin via central css file
|
2011-03-30 08:18:06 +00:00 |
|
Ralf Becker
|
4039fdf415
|
* give everyone implicit rights for home app, as taking them away makes to many support problems
|
2011-03-30 07:54:29 +00:00 |
|
Ralf Becker
|
89c30a557a
|
styles for nextmatch lettersearch
|
2011-03-30 07:34:17 +00:00 |
|
Klaus Leithoff
|
53bb18041e
|
purifier upgrade to 4.3.0, add missing files
|
2011-03-28 12:10:21 +00:00 |
|
Klaus Leithoff
|
66ca12e6f2
|
* core: reintroduce rev32909 (myStylite ticket#987: fixing a problem regarding chopped off urls when URI in question contains umlauts AND mbstring.func_overload is activated)
|
2011-03-28 11:52:16 +00:00 |
|
Klaus Leithoff
|
375006403c
|
* API: upgrade to purifier Version 4.3.0
|
2011-03-28 11:46:24 +00:00 |
|
Ralf Becker
|
b5c3c90260
|
activated new table style and row selection for etemplate, not yet with contect menus
|
2011-03-27 16:14:08 +00:00 |
|
Andreas Stöckel
|
3c435bec9f
|
Added content of phpgwapi/js/egw_action/test/grid.css to traditional.css - styling of tables has to be actiated by giving the table containing the data rows the class 'egwGridView_grid'
|
2011-03-25 14:26:00 +00:00 |
|
Andreas Stöckel
|
01a50945f5
|
Fixed bugs with Drag&Drop and IE, improved speed of grid view component by adding an timestamp to the data cells and only updating them if the timestamp has changed
|
2011-03-25 13:12:24 +00:00 |
|
Ralf Becker
|
6fb34fa100
|
forgot to remove droped tables, displays API broken in setup
|
2011-03-25 09:10:37 +00:00 |
|
Andreas Stöckel
|
ded17410ba
|
Added new doTriggerEvent aoi method to grid aoi and fixed bug with scrolling in the grid and dragging
|
2011-03-24 18:17:27 +00:00 |
|
Andreas Stöckel
|
ba92642c5b
|
Added full drag-drop support to the egw action system
|
2011-03-24 17:06:44 +00:00 |
|
Ralf Becker
|
9a9d087022
|
- add index to li (login time) column to speed up maintenance (periodic delete of old rows)
- delete some obsolete / since a long time not used tables:
- egw_vfs (replaced by egw_sqlfs in 1.6)
- egw_(app_)sessions (not used since 1.4)
|
2011-03-23 20:16:26 +00:00 |
|
Andreas Stöckel
|
bbe645ee02
|
Added data property to egwAction, fixed bug in popup menu group generation
|
2011-03-23 20:08:33 +00:00 |
|
Andreas Stöckel
|
0b2168e924
|
Fixed bug in egwActionObject.selectAll function which caused the internal 'selectedChildren' array to be a reference to the children array and resulted in the children array being destroyed.
|
2011-03-23 14:36:25 +00:00 |
|
Ralf Becker
|
3ea7ca54b8
|
remove not used $error parameter from pam_auth call, as it seems to stop login on some installs
|
2011-03-23 14:14:57 +00:00 |
|
Andreas Stöckel
|
e0d40e649b
|
Moved most code of the JS actionManager class to the action object itself, so that every action object might have child object if the action implementation allows that. Added support for sub-actions for actions representet as popup menus
|
2011-03-23 14:05:39 +00:00 |
|
Klaus Leithoff
|
e33aa2978c
|
* API/Authentication: add fallback to sql for mail authentication.
|
2011-03-23 13:19:48 +00:00 |
|
Andreas Stöckel
|
9db4532ca6
|
Removed forgotten debug message
|
2011-03-22 14:55:22 +00:00 |
|
Andreas Stöckel
|
afcf96a3cd
|
Added egw_grid_columns class which is capable of managing the grid columns of a certain grid and to store, load and merge the user columns data into the default column set
|
2011-03-22 14:00:03 +00:00 |
|
Andreas Stöckel
|
0f5a354a12
|
Removed forgotten debug messages, added support for maximum column width to egw_grid_columns.js
|
2011-03-21 17:27:09 +00:00 |
|
Andreas Stöckel
|
67575e1cd1
|
Added move and copy multiple files functions to egw_vfs, implemented functions needed to reload subtrees of the egw_grid, fixed problems with data fetching in egw_grid_data.js
|
2011-03-21 16:12:28 +00:00 |
|
Ralf Becker
|
8db999925d
|
* exceptions in async jobs no longer stop other jobs
|
2011-03-21 13:18:11 +00:00 |
|
Ralf Becker
|
3c8abc1971
|
* fixed not working async service test-job
$$adr[0] === $($adr[0]) !== ($$adr)[0]
|
2011-03-21 13:13:41 +00:00 |
|
Ralf Becker
|
38ef2706e3
|
switching accidently commited PostgreSQL query log off again
|
2011-03-20 12:57:56 +00:00 |
|
Ralf Becker
|
778d03772a
|
fixed typo CAPABILITY_CAST_AS_VA(R)CHAR
|
2011-03-20 12:49:22 +00:00 |
|
Andreas Stöckel
|
07daeda81e
|
Fixed bugs in the grid component with resizing not working properly and column width being not in sync with header width. This has been done by using a dynamic stylesheet for the column properties instead of changing the properties for each element individually.
|
2011-03-18 18:04:56 +00:00 |
|
Ralf Becker
|
ebbbf233cf
|
new capability to CAST AS varchar
|
2011-03-18 14:18:24 +00:00 |
|
Ralf Becker
|
7f49fa6812
|
read users full name from password file and create email address according to configured rules for automatic created accounts
|
2011-03-18 13:36:19 +00:00 |
|
Andreas Stöckel
|
e19cc44fcb
|
Removed base64-encoding from egw_instant_load.html, added code to egw_json which inserts script tags seperately when content is assigned to the innerHTML property
|
2011-03-17 18:00:24 +00:00 |
|
Andreas Stöckel
|
d7e1028513
|
Fixed problem with directly loading iframe content in felamimail - added egw_instant_load.html which allows replacing its whole content with (base64 encoded) content and (in difference to data:text uris) works with IE and allows cross-frame JS interaction
|
2011-03-17 14:11:43 +00:00 |
|
Andreas Stöckel
|
d966794b8d
|
Added get_home_dir function to egw_vfs
|
2011-03-16 17:51:33 +00:00 |
|
Andreas Stöckel
|
65610b5fed
|
Updated jquery to newest, minified version
|
2011-03-16 17:50:53 +00:00 |
|
Andreas Stöckel
|
ebd6031ecf
|
Small design improvements, fixed horz. scrollbar in grid with chrome, ie compatibility, enabled column selection, fixed prefetch code
|
2011-03-16 17:50:25 +00:00 |
|
Klaus Leithoff
|
4f0e104e27
|
more to the issue: fix to regard the password-last-changed information from the auth system - if provided, and thus be able to react on forced password changes triggered by auth system
|
2011-03-16 12:44:42 +00:00 |
|
Klaus Leithoff
|
a080404dab
|
fix to regard the password-last-changed information from the auth system - if provided, and thus be able to react on forced password changes triggered from auth system. set password-last-changed info in authsystem on password change. when trying to force the user to change his password upon next login as admin from within egrouware, try to set the 0 value within the authsystem as well (in ldap rights are required for admin (or user) to set/alter the shadowlastchange attribute)
|
2011-03-16 11:00:16 +00:00 |
|
Andreas Stöckel
|
fa12444ae7
|
Moved contents of egw_vfs_utils to egw_vfs, added 'egwGridViewFullRow' class to the egw_grid_view.js, which is capable of inserting a data row which spans all columns, added egwGridData.clearData method to egw_grid_data.js, which delets all data stored in the data row
|
2011-03-15 17:52:08 +00:00 |
|
Andreas Stöckel
|
e7bd5a4813
|
Modernized grid design a bit, added auto triggering of the default action to the popup action, added simple action-binding to the egwGrid
|
2011-03-14 20:11:08 +00:00 |
|
Andreas Stöckel
|
ece9ad4047
|
Removed test rule from the CSS
|
2011-03-14 12:45:28 +00:00 |
|
Andreas Stöckel
|
ae453db400
|
Fixed thumbnail generation for application folders, added egw_stylesheet.js, which allows the dynamic generation of a stylsheet. This is now used in the egw_grid_view.js to keep the row caption in the same distance from the icon - depending on the maximum icon width.
|
2011-03-14 12:42:59 +00:00 |
|
Andreas Stöckel
|
c77069d0af
|
Reduced thumbnail filesize limit in egw_vfs_utils.inc.php which was increased for testing purposes, fixed bug with container position calculation in deeper levels in egw_grid_view.js, which affected inserting new grid rows
|
2011-03-14 09:36:59 +00:00 |
|
Andreas Stöckel
|
943f369cce
|
Fixed bugs in the grid view js code (changes in the test_grid_view.html are for debugging purposes only), added class.egw_vfs_utils.inc.php which will contain high-level vfs functionality which was previously hidden inside etemplate and the filemanager, such as generating the thumbnail url for a file.
|
2011-03-13 20:54:16 +00:00 |
|
Andreas Stöckel
|
49909211f1
|
Added forgotten egw_grid_columns.js
|
2011-03-11 10:20:01 +00:00 |
|
Andreas Stöckel
|
57aaf6d756
|
Dynamic loading of content tested and optimized, resolved bugs, implemented support for data trees in the view classes. The whole progess can be seen in the test/test_grid_view.html file.
|
2011-03-10 20:58:35 +00:00 |
|