1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00
documize/gui
HarveyKandola 8a65567169 Implement PostgreSQL Full Text Search++
1. Full text search supports MySQL, MariaDB, Percona and now PostgreSQL.
2. Changed SQL Variant to typed enum.
3. Changed doc.Versioned from INT to BOOL.
4. Search Reindexer now parses all documents and attachments.
5. Site meta API call returns storage provider type.
6. README prep'ed for PostgreSQL support.
7. DELETE SQL statements ignore zero rows affected.

Closes #100 !!!

Co-Authored-By: Saul S <sauls8t@users.noreply.github.com>
Co-Authored-By: McMatts <matt@documize.com>
2018-09-28 16:33:15 +01:00
..
app Implement PostgreSQL Full Text Search++ 2018-09-28 16:33:15 +01:00
config Cross-browser support for JS strings startWith 2018-06-29 15:53:38 +01:00
mirage upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
public Make Sitemap & Robots.txt use new schema 2018-09-20 09:31:06 +01:00
tests Support for document draft-live publication workflows 2018-04-20 14:38:35 +01:00
vendor Streamline document meta view and editing experience 2018-06-15 14:25:05 +01:00
.bowerrc moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.editorconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.ember-cli moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.eslintrc.js PlantUML integration 2018-02-07 13:44:18 +00:00
.gitignore moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
.travis.yml upgraded Ember and Bootstrap, merged changes 2018-01-22 10:31:03 +00:00
.watchmanconfig moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
bower.json moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
ember-cli-build.js WIP 2018-05-23 12:37:21 +01:00
package-lock.json Bump version 2018-06-21 12:38:26 +01:00
package.json Bump version 2018-09-04 17:44:40 +01:00
README.md moved emberjs to gui folder 2017-07-19 14:48:33 +01:00
testem.js Upgrade EmberJS testing 2018-03-23 11:47:59 +00:00
yarn.lock All new space permission managament 2018-06-27 18:56:03 +01:00

Documize

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd documize
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.