snipe
16b49c25e1
Bringing back the spinner on processing screen
2015-07-09 03:56:18 -07:00
snipe
6524ac3678
Beginning of #851 - no controller methods yet, but still troubleshooting stupid datatables errors.
...
[Error] TypeError: undefined is not an object (evaluating 'f.nTf=a[b].cell')
jb (jquery.dataTables.min.js, line 24)
ga (jquery.dataTables.min.js, line 45)
(anonymous function) (jquery.dataTables.min.js, line 92)
each (jquery-latest.js, line 383)
each (jquery-latest.js, line 136)
o (jquery.dataTables.min.js, line 82)
(anonymous function) (users, line 371)
fire (jquery-latest.js, line 3119)
fireWith (jquery-latest.js, line 3231)
ready (jquery-latest.js, line 3443)
completed (jquery-latest.js, line 3474)
2015-07-09 03:09:18 -07:00
snipe
d0189fb076
Added consumables to user matrix for #782
2015-06-09 20:05:24 -07:00
snipe
68d8b10b22
Changed text to icons for more compacted view
2015-05-04 13:31:38 -07:00
snipe
5e7a4e8193
Fixes #599 - show groups in user list
2015-05-04 01:44:49 -07:00
Madd15
06b3d6e5ce
Fix saveState, change chumper defaults
...
Hopefully this will fix the saveState issues
2015-03-27 16:49:03 +10:30
madd15
fab313a908
Conform API
2015-03-19 16:10:29 +10:30
madd15
434dbe035c
Processing and custom processing content
2015-03-18 16:08:02 +10:30
madd15
f794218b6f
Update buttons to use Lang
2015-03-18 09:26:14 +10:30
madd15
4f18a71124
Fix space in title
2015-03-18 09:20:53 +10:30
madd15
176264b317
Fix title for deleted
2015-03-18 09:18:42 +10:30
madd15
4c3033d414
Fix spacing between Create and Import
2015-03-18 09:16:01 +10:30
snipe
c0b61991ba
Smaller gap in header
2015-03-16 17:49:51 -07:00
snipe
46c1f2a28b
Server side datatables for user view - needs fix for deleted users
2015-03-16 17:33:41 -07:00
snipe
ae2d2ca2be
Smaller button
2015-03-12 17:34:34 -07:00
madd15
54b63fa218
update icon
2015-03-10 14:09:33 +10:30
snipe
cb73d81d5b
Smaller buttons
2015-02-26 17:23:03 -08:00
madd15
379f6bef6c
catergories lang and serveral icons
2015-02-26 23:48:17 +10:30
snipe
29863004e2
more small mobile fixes
2015-02-25 20:01:36 -08:00
snipe
ca1351b704
Switched to all FA
2015-02-25 18:14:51 -08:00
snipe
2b83b52735
Disallow delete if lock_passwords is true
2015-02-25 10:49:03 -08:00
snipe
87936a58fa
CSV user import
2015-02-18 02:48:16 -08:00
snipe
c26369f8cc
Added spacing between buttons
2015-02-11 21:21:19 -08:00
madd15
0b4c1b8d83
Feature Avatars
...
Appropriate changes to views and controllers
User Avatar Migration
Add intervention/image
2014-10-29 14:18:54 +10:30
snipe
bf1e075551
Fixes #87 - made datatables responsive
2014-10-16 17:46:47 -04:00
Cordeos Team
87c2a4c9c0
initial commit
2014-08-10 16:42:40 +09:00
root
cb8369e9de
Initial QA Patch to fix errors
...
Add License
Add Asset
Show Deleted Users
License Assign
2014-08-08 00:03:12 +09:00
snipe
89000440f3
Added admin ability to unsuspend locked accounts #changelog
2014-07-16 18:21:22 -04:00
snipe
5266d9a30a
Fixed title tag for user list view
2014-07-08 05:38:07 -04:00
leostat
919119c5b9
Sanatise fullname class #167
2014-06-26 10:45:31 +01:00
snipe
8b914102b7
Updated spacing for PSR-2
2014-06-24 17:49:39 -04:00
snipe
3e7a9e45d1
Fixes PR #168 and #167
2014-06-23 19:40:09 -04:00
snipe
8aebaaf502
Few more localization strings for #151
2014-06-10 04:15:50 -04:00
snipe
c937796224
More language strings, per #151
2014-06-09 21:30:58 -04:00
snipe
cd0f42c508
Alphabetized language files, more for #151 , refactoring language string hierarchy.
2014-06-09 17:45:52 -04:00
snipe
94016678f8
More internationalization per #151
2014-06-09 00:02:31 -04:00
snipe
f6717d9f49
Added manager drop down for users, manager name in index
2013-12-12 01:49:38 -05:00
snipe
4d27008c5d
Commented out breaking data table
2013-12-03 00:18:59 -05:00
snipe
cfd6c4301c
Merge pull request #110 from flashingcursor/develop
...
Started implementing Datatables ... User table partially implemented.
2013-12-02 03:09:10 -08:00
Gil Rutkowski
a0267db832
Datatables partially implemented on user table.
2013-12-02 00:21:04 -06:00
Desmond Morris
c11510fdca
Removes sorting from actions column. Fixes #56
2013-12-01 20:54:43 -05:00
snipe
a7ca9f0c9f
Layout tweaks
2013-11-29 16:36:11 -05:00
snipe
2e916d0246
MOAR BOOTSTRAP
2013-11-29 08:39:10 -05:00
snipe
030db6e267
Upgrading to bootstrap 3
...
Ugh.
2013-11-29 04:10:25 -05:00
snipe
103faca6ef
Clearer display of current vs trashed
2013-11-28 19:45:25 -05:00
snipe
4142629665
Layout tweaks for mobile - related to #54
2013-11-28 19:22:39 -05:00
snipe
ee3fb2785e
Fixed XSS on modal
...
Weird thing. The values were being escaped on the way out but something in the modal javascript was parsing them out as if they weren't. Using data-html="false" seemed to have no effect on the modal. *shrug* Problem for another time.
2013-11-26 07:05:04 -05:00
snipe
4e25a9e815
Removed extra columns
2013-11-25 18:31:44 -05:00
snipe
084ec064cb
Removed created_at from listing. Not important enough to waste the screen space on
2013-11-25 13:38:14 -05:00
snipe
e87e5b9cae
Fixes #46
2013-11-25 13:34:52 -05:00