madd15
|
9f3edd701b
|
Fixes #565 - Soft Delete Models and Allow Restore
Allow models to be deleted and restored which in turn allows deleted
hardware to function when model is deleted.
|
2015-02-26 22:35:57 +10:30 |
|
snipe
|
ca1351b704
|
Switched to all FA
|
2015-02-25 18:14:51 -08: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
|
74653d3480
|
More refactoring of language structure, language strings per #151
|
2014-06-09 19:56:47 -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
|
4468cbd096
|
Fixes #112
|
2013-12-10 04:48:40 -05:00 |
|
snipe
|
e49420f62d
|
Fixed bug in depreciation display
|
2013-12-03 03:02:00 -05:00 |
|
Desmond Morris
|
c11510fdca
|
Removes sorting from actions column. Fixes #56
|
2013-12-01 20:54:43 -05:00 |
|
snipe
|
b68e39472d
|
Updating to bootstrap 3
|
2013-11-29 15:19:00 -05:00 |
|
snipe
|
10df2bc950
|
Bootstrap 3
|
2013-11-29 14:46:38 -05:00 |
|
snipe
|
030db6e267
|
Upgrading to bootstrap 3
Ugh.
|
2013-11-29 04:10:25 -05:00 |
|
snipe
|
4142629665
|
Layout tweaks for mobile - related to #54
|
2013-11-28 19:22:39 -05:00 |
|
snipe
|
635cd71ef7
|
Herp-derp. Braces.
|
2013-11-26 07:23:47 -05:00 |
|
snipe
|
2b1ddd9a45
|
Escaping HTML in modal title
|
2013-11-26 06:58:14 -05:00 |
|
snipe
|
e13578d97d
|
Fixed error when no category is given
|
2013-11-26 01:21:55 -05:00 |
|
snipe
|
3ea0ad87c8
|
Fixes #22
|
2013-11-25 12:39:47 -05:00 |
|
snipe
|
3ba2880a35
|
Layout tweaks
|
2013-11-25 10:12:41 -05:00 |
|
snipe
|
5fcbc9ba78
|
ALL THE DATATABLES!
|
2013-11-25 07:24:51 -05:00 |
|
snipe
|
e9bd8397d8
|
Added site settings into controllers for page_num, added site_name to blade
|
2013-11-22 18:03:57 -05:00 |
|
snipe
|
34bbf460ee
|
Added modal confirm-delete
|
2013-11-20 00:56:39 -05:00 |
|
snipe
|
f409ade3a5
|
So wow. Missed tables disappoint. Such code.
|
2013-11-18 12:51:20 -05:00 |
|
snipe
|
d0a5afbf02
|
Tweaking backend display
|
2013-11-18 12:36:41 -05:00 |
|
snipe
|
ca90300d2f
|
Added user profile view
|
2013-11-18 07:53:33 -05:00 |
|
snipe
|
d2427bdea2
|
Cosmetic tweaks
|
2013-11-18 06:54:12 -05:00 |
|
snipe
|
b554a9f9db
|
Updated blades with new style buttons
|
2013-11-18 04:49:54 -05:00 |
|
snipe
|
e3fa628bac
|
Reskin files
|
2013-11-18 04:04:06 -05:00 |
|
snipe
|
524d3d233d
|
Added count of assets in asset models table
|
2013-11-18 01:32:22 -05:00 |
|
snipe
|
cf59ec8c67
|
Fixed pagination bug
Code required
@if ($models->getTotal() > 10)
NOT
@if (count($models) > 10)
|
2013-11-16 11:32:18 -05:00 |
|
snipe
|
0894832e60
|
Cleanup, adding model CRUD
|
2013-11-16 03:55:18 -05:00 |
|
snipe
|
c591a71141
|
only show pagination if results > 10
|
2013-11-15 04:46:41 -05:00 |
|
snipe
|
4ac4b2fde0
|
Added model number to blades
|
2013-11-13 17:46:37 -05:00 |
|
snipe
|
01dadedc78
|
Rough model view blades
|
2013-11-13 05:56:24 -05:00 |
|