Commit Graph

  • 639c57e92a Bugfix in listview template simov 2013-12-01 17:28:45 +02:00
  • 66c5e29f8a Removed pg from the dependencies list, it should be installed separately simov 2013-12-01 14:35:17 +02:00
  • 7fd2d243f8 Check for empty schema instead of database simov 2013-12-01 12:45:04 +02:00
  • 5a8c64000d Added pg to the list of dependencies simov 2013-12-01 12:30:36 +02:00
  • 2c6a8c0e55 Fixed utils/project to be able to use pg key simov 2013-12-01 11:47:12 +02:00
  • 16be00c991 Minor visual fix simov 2013-11-29 15:13:20 +02:00
  • f353fef3c9 Fix for inlines with file controls in them simov 2013-11-29 15:12:42 +02:00
  • 77fa912c79 Implemented file uploading simov 2013-11-29 15:11:59 +02:00
  • a3d79cf2be Editview route fixes simov 2013-11-29 15:11:14 +02:00
  • f0c433b022 Added upload callback for editview post route simov 2013-11-29 15:10:25 +02:00
  • 807a488b16 Changed the form enctype to multipart/form-data simov 2013-11-29 15:09:09 +02:00
  • b1b353a28f Support for file control type in editview/column template simov 2013-11-29 15:08:22 +02:00
  • 107c36bc8a Test for show-columns result data structure simov 2013-11-28 15:18:06 +02:00
  • 6a2d7f0e9e Fixes for pg show-columns query simov 2013-11-28 15:17:21 +02:00
  • a5544246c0 Fixes about pg data types simov 2013-11-28 15:16:27 +02:00
  • 72e8f0275c Fixed the core/editview test simov 2013-11-27 02:39:47 +02:00
  • b0539e0b9c Fixed the core/database test simov 2013-11-27 02:39:11 +02:00
  • 456c359c37 Fixed the app/cmd test simov 2013-11-27 02:38:31 +02:00
  • 9954a87c66 Removed unused tests from utils/schema simov 2013-11-27 01:55:37 +02:00
  • 4551c26675 Removed unused tests from utils/database simov 2013-11-27 01:46:45 +02:00
  • f744f151d1 Fixed the utils/sql tests simov 2013-11-27 01:46:18 +02:00
  • a33358886d Fixed the utils/prompt tests simov 2013-11-27 01:27:17 +02:00
  • 53fd275c89 Moved showColumnsInfo into the client module simov 2013-11-26 22:35:56 +02:00
  • af6d6d297e Improved the show-columns query for postgresql simov 2013-11-26 22:35:25 +02:00
  • 51a71b49b4 Store schema name into database client simov 2013-11-24 16:09:28 +02:00
  • 6bd74f52c9 Added prompt for database type and schema name simov 2013-11-24 16:07:24 +02:00
  • ff2d12f5f1 Use config.schema instead of config.database simov 2013-11-24 15:59:53 +02:00
  • 9974320753 Reorder query params to match the mysql's simov 2013-11-24 15:48:32 +02:00
  • 2049ac2aae Fixed postgresql config queries simov 2013-11-24 15:46:25 +02:00
  • 50272016bd Moved columnsInfo from utils/schema to utils/client simov 2013-11-24 15:45:03 +02:00
  • 74927a853e Return pk when inserting with postgresql simov 2013-11-23 20:43:03 +02:00
  • 7ced603783 Store NULL for empty date type values simov 2013-11-23 20:06:22 +02:00
  • a21671af88 Parse integer id values received from post request simov 2013-11-23 17:54:13 +02:00
  • 8e30d9390d Fixed query when joining on null in listview simov 2013-11-23 14:35:36 +02:00
  • a274886a3a PostgreSql support in query, sql and client modules simov 2013-11-23 12:03:50 +02:00
  • 0e5a9f4180 Removed unused code in database, schema and query simov 2013-11-20 15:12:39 +02:00
  • 3a5ef99803 Temporary fix for date types when type casting is on simov 2013-11-20 15:00:18 +02:00
  • e6d5272746 Use Client inside connect and empty methods simov 2013-11-20 14:58:41 +02:00
  • 0ba7186977 Removed the USE query simov 2013-11-20 14:57:04 +02:00
  • 60932cd3d0 Use sql client instead of connection directly simov 2013-11-18 14:46:04 +02:00
  • 979fe7f7a8 Implemented sql client wrapper simov 2013-11-18 14:42:11 +02:00
  • 8b8a908ca1 Updated to the latest version of node-mysql simov 2013-11-18 14:22:04 +02:00
  • 56e6e9d641 Version bump simov 2013-11-08 22:51:40 +02:00
  • 87cf2a0eaa Fixed logo url simov 2013-11-08 22:50:56 +02:00
  • 8f4141ee30 Version bump simov 2013-11-08 09:52:32 +02:00
  • 1071397ee9 Fixed bug in editview redirect path simov 2013-11-08 09:49:15 +02:00
  • 1aa1865fc0 Remove trailing / from root config option simov 2013-11-07 09:41:03 +02:00
  • 9118a0f6cf Added debug and root keys in app server test simov 2013-11-07 09:18:44 +02:00
  • cb8b9bf9a5 Changed debug key expected location simov 2013-11-07 09:04:50 +02:00
  • a153234cd9 Changed root config option location simov 2013-11-07 08:31:02 +02:00
  • 8f876c578a Renamed user's root key to admin in users.json simov 2013-11-07 00:49:34 +02:00
  • c98ba570ca Extended app server test with external urls simov 2013-11-06 23:16:36 +02:00
  • fcbfaa2601 Fixed app server test simov 2013-11-06 23:08:07 +02:00
  • 0275a253ae Added test for external urls in custom.json simov 2013-11-06 22:51:25 +02:00
  • 0b7d7a138d Fixed app settings test simov 2013-11-06 22:44:41 +02:00
  • 2506f732e9 Fixed auth route test simov 2013-11-06 22:37:25 +02:00
  • 8b5ac274c7 Fixed favicon path simov 2013-11-06 14:31:46 +02:00
  • cc7b023a68 Include public external libs before local libs simov 2013-11-06 14:16:37 +02:00
  • 6808177ec6 Changed the custom.json structure simov 2013-11-06 14:04:15 +02:00
  • 1931f8cd4d Implemented config root property simov 2013-11-06 12:45:05 +02:00
  • c91220d556 Updated to the latest version of Express simov 2013-11-06 08:50:55 +02:00
  • 0e50d684cf Version bump simov 2013-11-01 21:45:41 +02:00
  • 186bc5a564 Test fix for the new traslation simov 2013-11-01 21:44:08 +02:00
  • 9882cba6f6 Added german translation file Philipp Widdra 2013-11-01 11:21:41 +01:00
  • 3c0ce8ec78 Minor test fix simov 2013-11-01 02:34:57 +02:00
  • 220c92b4ce Test fixes related to the Bootstrap3 migration simov 2013-11-01 02:26:16 +02:00
  • 9faaa31e6d Screenshot update simov 2013-11-01 02:10:30 +02:00
  • d4c2ba90d2 Version bump simov 2013-11-01 01:41:02 +02:00
  • a615d52edc Updated the screenshot simov 2013-11-01 01:40:16 +02:00
  • d8c7b23b49 Migrated to Bootstrap 3 simov 2013-11-01 01:39:04 +02:00
  • 3c024e31ac Version bump simov 2013-11-01 01:25:53 +02:00
  • f4cc601b18 Combined the two inline templates into one simov 2013-10-25 01:34:11 +03:00
  • cff20d42fd lib/core/editview getIds unit tests simov 2013-10-23 15:17:49 +03:00
  • f2cf8424ea lib/template unit tests simov 2013-10-23 13:09:56 +03:00
  • 79855b5423 Version bump simov 2013-09-26 02:21:41 +03:00
  • 8164b4fd08 Show unhandled database errors simov 2013-09-26 00:12:41 +03:00
  • 43d03a7c30 Test fix for Travis CI simov 2013-09-23 00:00:46 +03:00
  • 46d1f3126a Made node-pwd bundled into the module simov 2013-09-22 23:01:39 +03:00
  • 5d8e702bf5 Set more appropriate names for setActive functions simov 2013-09-22 22:35:20 +03:00
  • 5a2394e418 Partial lib/core editview unit tests simov 2013-09-22 21:33:16 +03:00
  • 61d13430b9 Tests refactoring simov 2013-08-14 13:19:45 +03:00
  • e834a7d47d Added link to the examples repository simov 2013-08-12 22:39:34 +03:00
  • 7e933d427b Version bump simov 2013-08-06 14:11:44 +03:00
  • 8625b7a529 Readme styling simov 2013-08-04 22:46:02 +03:00
  • 23373bbf53 Readme styling simov 2013-08-04 22:43:05 +03:00
  • 81f76c9a49 Makefile fixes simov 2013-08-04 14:55:05 +03:00
  • 39e7d19329 Increased the tests timeout for TravisCI simov 2013-08-04 02:59:00 +03:00
  • 9e610a1d81 Added the test for empty database simov 2013-08-04 02:44:59 +03:00
  • 2b5fd7b700 Fixed the test prompt logic simov 2013-08-04 02:42:29 +03:00
  • b25c39d2d9 Migrated utils/arguments test to child_process.spawn simov 2013-08-04 00:01:37 +03:00
  • 20af04c714 Application tests + other test fixes simov 2013-08-03 21:26:50 +03:00
  • a65993fb20 Tests refactoring for utils/program simov 2013-07-31 16:56:31 +03:00
  • 4448ca2a07 Rmoved unused test cases simov 2013-07-31 14:57:11 +03:00
  • 60dfa8067b Unit tests for the authentication route simov 2013-07-29 02:34:21 +03:00
  • 3049be9628 Unit tests for the project utility module simov 2013-07-28 21:31:00 +03:00
  • 8f33398bad sr-pagination module update simov 2013-07-24 16:43:51 +03:00
  • 1fe1d09a42 Added NPM badge simov 2013-07-24 12:54:59 +03:00
  • 4d8825a021 Version bump simov 2013-07-24 03:19:04 +03:00
  • 484065ebc4 Bugfix related to the node-mysql connection options simov 2013-07-24 03:17:27 +03:00
  • b316ba962d Version bump simov 2013-07-24 02:51:07 +03:00