Claudio Barril
713a312823
add update for label icon support with tag as default
2014-04-26 18:27:01 -03:00
Claudio Barril
b427747f9a
label attribute icon to iconName refactor (because of eze code review)
2014-04-16 02:38:33 -03:00
Claudio Barril
8e7133c4ab
add label icons back-end (model and database)
2014-04-14 18:09:34 -03:00
Claudio Barril
6f44429972
update mysql schemas population
2014-03-19 23:29:00 -03:00
Claudio Barril
8da140a67f
update hsql schemas population
2014-03-19 23:28:46 -03:00
Ezequiel Bergamaschi
fbea000aad
Merge remote-tracking branch 'origin/develop' into feature/WISE-15-mindmapListFolderSupport
...
Conflicts:
wise-webapp/src/main/webapp/jsp/mindmapList.jsp
2014-02-14 03:54:36 -03:00
Paulo Gustavo Veiga
3f478de905
Fix modal dialogs loading ...
2014-02-12 14:37:04 -03:00
Ezequiel Bergamaschi
d23595a75c
update
2014-02-07 06:08:40 -03:00
Ezequiel Bergamaschi
29acc46d34
solving merge conflict
2014-02-05 21:21:00 -03:00
Claudio Barril
b4857ed99e
drop R_LABEL_MINDMAP added
2014-02-01 19:36:42 -03:00
Claudio Barril
131a501508
adding delete on cascade and fixing identation
2014-02-01 19:36:42 -03:00
Ezequiel Bergamaschi
f248a8c099
addding on delete cascade to R table
2014-02-01 18:53:54 -03:00
Claudio Barril
1ead555e09
fixing tag cascade delete when mindmap tagged is deleted
2014-02-01 04:19:39 -03:00
Claudio Barril
ccd5eb8e15
deleting user id field and adding collaborator foreing key from access
2014-01-29 22:15:26 -03:00
Claudio Barril
43d5779d5f
deleting user id field and adding collaborator foreing key from access
2014-01-29 22:15:26 -03:00
Ezequiel Bergamaschi
154db9d9e8
adding color properties to label
2014-01-28 00:13:29 -03:00
Ezequiel Bergamaschi
829815f9e9
Merge remote-tracking branch 'origin/develop' into feature/WISE-15-mindmapListFolderSupport
2014-01-26 12:18:37 -03:00
Ezequiel Bergamaschi
504e3e18e6
sql scripts for label support
2014-01-25 23:07:35 -03:00
Claudio Barril
f2be251c8b
Merge remote-tracking branch 'origin/develop' into feature/WISE-16-remove_user
2014-01-25 23:03:21 -03:00
Claudio Barril
cedd12314b
Merge remote-tracking branch 'origin/develop' into feature/WISE-16-remove_user
2014-01-25 23:03:21 -03:00
Paulo Gustavo Veiga
ed4d50724a
Add JCoco Coverage report.
2014-01-25 18:31:50 -03:00
Paulo Gustavo Veiga
99be712a5f
Add JCoco Coverage report.
2014-01-25 18:31:50 -03:00
Paulo Gustavo Veiga
9a1c0fe46d
Merge branch 'develop' into feature/WISE-16-remove_user
...
Conflicts:
wise-webapp/src/main/java/com/wisemapping/rest/AccountController.java
wise-webapp/src/main/java/com/wisemapping/rest/AdminController.java
2014-01-25 11:33:31 -03:00
Paulo Gustavo Veiga
a8f7d28c11
Merge branch 'develop' into feature/WISE-16-remove_user
...
Conflicts:
wise-webapp/src/main/java/com/wisemapping/rest/AccountController.java
wise-webapp/src/main/java/com/wisemapping/rest/AdminController.java
2014-01-25 11:33:31 -03:00
Paulo Gustavo Veiga
ebf4603889
Conflicts:
...
README.md
config/database/mysql/apopulate-schemas.sql
wise-webapp/pom.xml
2014-01-24 20:17:21 -03:00
Paulo Gustavo Veiga
706031a641
Conflicts:
...
README.md
config/database/mysql/apopulate-schemas.sql
wise-webapp/pom.xml
2014-01-24 20:17:21 -03:00
Paulo Gustavo Veiga
25e6e4de4f
Bug WISE-190 fixed.
...
Implement REST Console support.
2014-01-24 09:45:22 -03:00
Paulo Gustavo Veiga
ae604b1c70
Bug WISE-190 fixed.
...
Implement REST Console support.
2014-01-24 09:45:22 -03:00
ezequiel
7151aa4e2c
more users..
2014-01-24 00:20:13 -03:00
ezequiel
c3d2739293
more users..
2014-01-24 00:20:13 -03:00
Claudio Barril
531be52c5b
fix mysql database and user creation
2014-01-19 14:33:56 -03:00
Claudio Barril
2e24032d1c
fix mysql database and user creation
2014-01-19 14:33:56 -03:00
Claudio Barril
52d3838094
fix mysql test-data statements
2014-01-19 14:33:56 -03:00
Claudio Barril
3828a1afdb
fix mysql test-data statements
2014-01-19 14:33:56 -03:00
Claudio Barril
d288787fdc
add if exists to mysql statements
2014-01-19 14:33:56 -03:00
Claudio Barril
c6aed4bf6e
add if exists to mysql statements
2014-01-19 14:33:56 -03:00
Claudio Barril
2c26c3cdc0
select database wisemapping in mysql tables creation
2014-01-19 14:33:56 -03:00
Claudio Barril
7eda354f8f
select database wisemapping in mysql tables creation
2014-01-19 14:33:56 -03:00
Claudio Barril
9b133468e4
add if not exists to mysql database creation
2014-01-19 14:33:56 -03:00
Claudio Barril
f20b3a7a46
add if not exists to mysql database creation
2014-01-19 14:33:56 -03:00
Claudio Barril
953e473ef0
add if exists to hsql statements
2014-01-19 14:33:56 -03:00
Claudio Barril
abede3c010
add if exists to hsql statements
2014-01-19 14:33:56 -03:00
Paulo Gustavo Veiga
703414266e
Fix failing uning tests ...
2014-01-12 22:53:42 -03:00
Paulo Gustavo Veiga
22c102917e
Fix failing uning tests ...
2014-01-12 22:53:42 -03:00
Paulo Gustavo Veiga
5e8c1960e7
Fix postgress schema.
2013-05-19 11:42:06 -03:00
Paulo Gustavo Veiga
f9d1e869b0
Move to WiseMapping 3.1
2013-03-28 17:06:34 -03:00
Paulo Gustavo Veiga
0d81db52f1
Add alter table scripts.
2013-03-17 23:40:39 -03:00
Paulo Gustavo Veiga
67398fe07e
Add OpenId required colums.
2013-03-17 23:19:29 -03:00
Paulo Gustavo Veiga
9b21c77485
Finish OpenId implementation.
2013-03-17 23:17:55 -03:00
Paulo Gustavo Veiga
94356a5773
Outh working!. Pending:
...
- Test all databases
- Migration Scripts
- Manage error due to changing of authentication schemas.
- Link from the login page.
- What happend with the logout ?.
2013-03-17 18:51:33 -03:00