Commit Graph

  • f1e5763e4d Version bump simov 2014-04-12 14:14:23 +03:00
  • 7020a001f2 Add space simov 2014-04-11 16:37:08 +03:00
  • b88369a890 Reverted back the file mode simov 2014-04-11 16:35:48 +03:00
  • a1ca44ca66 Added field quotes in db insert/update fixtures simov 2014-04-09 17:05:42 +03:00
  • a2a040920b Quote field names in many-to-many insert queries simov 2014-04-09 17:04:48 +03:00
  • 58530c1d6a Missed to remove upload route inclusion simov 2014-04-09 15:38:53 +03:00
  • 95d30454a3 Added russian translation (thanks to @kreopt) simov 2014-04-09 15:38:07 +03:00
  • ac77fc3d86 Display binary fields as base64 images simov 2014-04-08 12:31:27 +03:00
  • 76c65cee11 Escape column name/values on insert/update simov 2014-04-08 12:30:29 +03:00
  • 531cd905f4 Moved the upload logic into the core simov 2014-04-08 12:29:28 +03:00
  • 329839fcf1 Full column names for insert and update queries simov 2014-04-07 01:01:10 +03:00
  • eaca53ed7e Bugfix show errors inside listview simov 2014-04-07 00:19:51 +03:00
  • 4ffd2b62dd Test fix for the chinese translation simov 2014-04-04 20:09:31 +03:00
  • bc70ec6ae2 login page: set default focus to username input guoxy 2014-04-04 21:44:32 +08:00
  • 4995170caa add chinese language config file: config/lang/cn.json guoxy 2014-04-04 19:41:20 +08:00
  • 0f934a5178 Reconnect mysql server on connection lost error simov 2014-03-01 00:35:53 +02:00
  • 44a549d0f6 Added session key for better embedding simov 2014-02-24 15:08:10 +02:00
  • aca60ce566 Version bump simov 2014-02-09 00:34:40 +02:00
  • a3f9a2ab5e Updated to the latest version of mysql-validator simov 2014-02-09 00:14:22 +02:00
  • 01d2a52ef5 Implemented command line option for sqlite simov 2014-02-09 00:13:06 +02:00
  • ba0ec01b54 Bugfix on detecting sqlite not null columns simov 2014-02-09 00:08:40 +02:00
  • b26f3d0a0c Implemented SQLite support simov 2014-02-04 17:52:31 +02:00
  • 64d305707c Fixed app settings test to have at least one visible table simov 2014-01-20 14:23:20 +02:00
  • 341e43df9c Version bump simov 2014-01-20 13:44:51 +02:00
  • 4724b84dc2 Show full time on datatime columns inside the Listview simov 2014-01-18 19:21:49 +02:00
  • 17835899d2 Bugfix when only one custom app is available not configured as a view simov 2014-01-16 16:27:39 +02:00
  • b57168dd1b Implemented pre/post event hooks simov 2014-01-15 16:11:03 +02:00
  • 40d5020f61 Merge branch 'master' of github.com:philippwiddra/express-admin simov 2014-01-13 08:50:47 +02:00
  • 28a9e21185 Updated german translation. Philipp Widdra 2014-01-07 20:59:08 +01:00
  • bde27397b3 Bugfix in Mainview on non existing custom.app key simov 2014-01-06 15:28:48 +02:00
  • 03c12a3fad Updated license year simov 2014-01-06 08:11:52 +02:00
  • 227c93342b Version bump simov 2014-01-05 21:28:28 +02:00
  • a9bd18ee09 Fixed auth route test simov 2014-01-05 18:41:08 +02:00
  • 6b7992a93e Redirect back to the last active page simov 2014-01-05 18:27:37 +02:00
  • 1f1fda8ae7 Store current listview page into the session simov 2014-01-05 18:26:49 +02:00
  • 3f9985d827 Implemented filter and order logic simov 2014-01-05 17:16:08 +02:00
  • e583e647d2 Generate filter and order statements simov 2014-01-05 17:15:30 +02:00
  • 649b9520a8 Generate 'where' clauses simov 2014-01-05 17:14:55 +02:00
  • fca6bc316d Filter out the total records count simov 2014-01-05 16:41:10 +02:00
  • d59c08fe4b Additional query parameters for filtering and ordering simov 2014-01-05 16:40:31 +02:00
  • ce5ae772eb Keep the filter form hidden by default simov 2014-01-04 21:39:40 +02:00
  • a2458b2e0c Updated copyright year simov 2014-01-03 12:38:20 +02:00
  • ce4182c341 Translation for: clear, order, asc and desc simov 2014-01-03 12:37:13 +02:00
  • c6302b42e2 Removed obsolete tags for textarea simov 2014-01-03 12:12:41 +02:00
  • a42b4e2147 Moved listview filter into separate template simov 2014-01-03 11:21:05 +02:00
  • c4c99f7644 Removed filter initialization from app init settings simov 2014-01-03 11:19:14 +02:00
  • 9d69b6bf77 Fixed date type active element selection simov 2014-01-02 12:03:23 +02:00
  • e0a50f3fed Changed args parameter name simov 2013-12-31 15:05:08 +02:00
  • c8d5ba13a1 CSRF token for the filter form simov 2013-12-30 13:37:54 +02:00
  • 503ef9a123 POST route for the listview simov 2013-12-30 13:37:24 +02:00
  • ffba5a30c2 Added table inside the filter's body simov 2013-12-30 01:10:15 +02:00
  • 7444107e7c Listvew icon and date type range selection simov 2013-12-29 22:23:34 +02:00
  • 5451114656 Initialize in document load instead of window load simov 2013-12-29 22:21:24 +02:00
  • 8355d3ea13 Exported static control populate methods simov 2013-12-24 14:13:11 +02:00
  • 014f069e22 Styled the default look of multiple select simov 2013-12-24 14:12:29 +02:00
  • 46beba0fff Listview search filter initial frontend simov 2013-12-21 17:23:13 +02:00
  • 1d4b6694d9 Load column settings into the filter key simov 2013-12-20 15:29:47 +02:00
  • 3bd3c9d3b8 Added filter key to the translation files simov 2013-12-20 15:28:56 +02:00
  • 96c7b3a4d4 Internationalized the error messages inside the auth module simov 2013-12-20 14:20:04 +02:00
  • ab4d81678e Version bump simov 2013-12-14 16:40:25 +02:00
  • e0b2618538 Bugfix in listview for showing one to many values simov 2013-12-14 16:29:24 +02:00
  • 3eb82de1c7 Test fixes simov 2013-12-14 15:55:23 +02:00
  • d6fd1876c3 Quick fix for pg boolean types simov 2013-12-14 15:39:16 +02:00
  • 57858dbd23 Group the one to many column names in listview simov 2013-12-13 19:49:31 +02:00
  • 69c2f1fb72 Escape quotes for text data types simov 2013-12-13 11:18:26 +02:00
  • 05d5bb07bc Commented out unused data simov 2013-12-12 21:04:36 +02:00
  • 9bd5074723 Fix for multiple controls in a row simov 2013-12-12 14:55:19 +02:00
  • cb9b3b7d43 Only set active for static values simov 2013-12-12 14:01:02 +02:00
  • c2b0cf858e Load static values fomr settings simov 2013-12-12 14:00:31 +02:00
  • 314f5abc06 Refactoring in core/editview simov 2013-12-12 12:38:13 +02:00
  • 13535bd105 Support for select with static values simov 2013-12-12 00:43:35 +02:00
  • 845f3fa019 Changed radio control value selection inside listview simov 2013-12-11 18:28:10 +02:00
  • 6d1c2061f3 Changed oneToMany detection condition simov 2013-12-11 18:22:12 +02:00
  • c554d97039 Format boolean values inside the listview simov 2013-12-11 17:38:59 +02:00
  • acbf0f7c1c Improved date type detection in listview simov 2013-12-11 17:17:52 +02:00
  • baa4a3cf77 Support for boolean radio controls simov 2013-12-11 17:09:55 +02:00
  • a231bf6b07 Format datetime values insite utils/template simov 2013-12-11 11:01:11 +02:00
  • e8a6c2c355 Minor bugfixes about date control types simov 2013-12-10 23:42:20 +02:00
  • 707b8cd940 Visual fixes for date control types simov 2013-12-10 23:40:58 +02:00
  • b6693c8a5a Added date, time, datetime and year picker controls simov 2013-12-10 17:21:12 +02:00
  • 479cd614ce Updated to the latest version of the static files simov 2013-12-10 14:05:14 +02:00
  • acdc193780 Version bump simov 2013-12-09 02:21:29 +02:00
  • 380e88e863 Tests for group and groupby in utils/sql simov 2013-12-08 23:37:09 +02:00
  • 0e7012d768 Show many to many columns in listview simov 2013-12-08 23:29:18 +02:00
  • cd9d3e616a Add new record button shortcut in mainview simov 2013-12-08 10:13:20 +02:00
  • c0be33eedc Removed pwd from bundled dependencies simov 2013-12-07 16:47:41 +02:00
  • bafb7adfea Refactored core/editview/getIds method simov 2013-12-07 15:54:47 +02:00
  • 891084d1e6 Merge branch 'elc_undefined_mtm' of github.com:evcordeiro/express-admin simov 2013-12-07 14:31:15 +02:00
  • db03e6cab5 Test fix for Travis CI simov 2013-12-07 11:20:45 +02:00
  • fb846d8d2f Version bump simov 2013-12-05 15:01:02 +02:00
  • f09f416e02 Merge branch 'upload' simov 2013-12-05 14:57:09 +02:00
  • acdc658b90 Fixed link paths in listview and pagination simov 2013-12-05 14:47:53 +02:00
  • 93e0a16cc0 Use input type text control for the file name simov 2013-12-05 11:32:54 +02:00
  • d766701ecf Added upload option into config.json-app simov 2013-12-05 11:31:59 +02:00
  • dd999f5ce5 Added public/upload to .gitignore simov 2013-12-05 11:28:27 +02:00
  • 91c53ca118 Moved upload into routes simov 2013-12-05 03:13:31 +02:00
  • dac36bf479 Don't overwrite column values in getIds if exists ecord 2013-12-04 00:51:37 -05:00
  • 728209f716 Add handling of empty Many to Many field on insert ecord 2013-12-03 22:48:28 -05:00
  • 7a589d4972 Version bump + updated description and tags simov 2013-12-03 03:31:16 +02:00
  • ef75112b8a Removed empty lines for easier diff simov 2013-12-03 03:30:28 +02:00