Emil Siverhall
b401454535
implemented table with projects that completed a certain milestone
2014-02-02 22:59:03 +01:00
5988e36e61
Merge remote-tracking branch 'origin/develop' into develop
2014-01-31 17:03:45 +01:00
773ef6840a
Added an interface to the TurnItInComponent to mock out the implementation in fitnesse.
...
Changed some dependencies to not be so strict in what they demand.
Fixed a non-xml configuration for fitnesse since the super-dependency jar does not allow xml configurations due to namespace handler file conflicts.
2014-01-31 17:03:36 +01:00
leosu
ae9611383e
Merge remote-tracking branch 'origin/develop' into develop
2014-01-31 16:59:21 +01:00
leosu
a6ef7beed0
final thesis upload to final seminar now gives error feedback if pdf is required
2014-01-31 16:24:10 +01:00
Emil Siverhall
d7298a5b01
Merge remote-tracking branch 'origin/develop' into develop
2014-01-31 14:56:48 +01:00
Emil Siverhall
2f54fe94e8
status filter on idea statistics
2014-01-31 14:47:41 +01:00
leosu
e3efa4dc63
added date formats to DataInit
2014-01-31 13:44:41 +01:00
fred-fri
051c4d794d
added title info
2014-01-31 11:26:59 +09:00
fred-fri
3911a9d417
fixed dates
2014-01-31 11:13:11 +09:00
Emil Siverhall
c54b101659
moving content to Page instead of Panel since nothing else is being added
2014-01-30 17:00:59 +01:00
Emil Siverhall
08295807b3
Merge remote-tracking branch 'origin/develop' into develop
2014-01-30 15:59:36 +01:00
Emil Siverhall
b54c16298c
removed old statistics -> application periods and added number of students column on statistics -> ideas
2014-01-30 15:48:14 +01:00
73b74b3065
Fixed column name of many to many join table.
2014-01-30 14:59:41 +01:00
e950e4e4be
Fixed table name of many to many join table.
2014-01-30 14:30:48 +01:00
bab9603581
Fixed @Table annotation.
2014-01-30 14:10:46 +01:00
1d1b279890
Fixed repo.
2014-01-30 14:03:06 +01:00
leosu
1a203d94df
Merge remote-tracking branch 'origin/develop' into develop
2014-01-30 11:10:41 +01:00
leosu
8f3eaed66d
fixed an error that occurred while renaming classes
2014-01-30 11:10:15 +01:00
cf1d5028e1
Changed password to the admin user.
2014-01-30 10:48:04 +01:00
leosu
04e9f7a78a
renamed MileStonePhase to MilestonePhaseTemplate
2014-01-30 10:45:00 +01:00
fred-fri
9d80a8d4fd
tests and cleanup
2014-01-30 18:39:59 +09:00
leosu
bedbacfe60
renamed MileStoneActivity to MilestoneActivityTemplate
2014-01-30 10:10:02 +01:00
leosu
729bee6c95
realized we renamed wrong entity in the last push, rerenamed it to milestone
2014-01-30 09:47:26 +01:00
Emil Siverhall
3a054982c4
test fixes
2014-01-30 09:19:00 +01:00
Emil Siverhall
3e624a6d07
Merge remote-tracking branch 'origin/develop' into develop
2014-01-30 09:12:28 +01:00
Emil Siverhall
e5ab4f34fe
added specific sendNotifications to notifying service that handles new objects
2014-01-30 09:01:40 +01:00
fred-fri
d07ae50a23
everything functional, need to add tests and remove the old way of setting schedule templates and hook up this new one instead
2014-01-30 16:09:36 +09:00
fred-fri
aee4bb0134
this compiles and runs
2014-01-30 14:34:22 +09:00
fred-fri
866b08ef1f
adding new stuff for scheduletemplates
2014-01-30 11:25:28 +09:00
leosu
ebcb0c47d0
renamed MileStone to MilestoneTemplate
2014-01-29 17:03:48 +01:00
Emil Siverhall
35f3f4d466
project state never changes through crud panel, removing from sendNotifications
2014-01-29 17:00:01 +01:00
Emil Siverhall
8b72b5ec8f
crud panel now stores the object to edit in it's own field to avoid notification issues when comparing..
2014-01-29 16:58:20 +01:00
ef1cb8bf64
Sonar issues.
2014-01-29 13:58:40 +01:00
d35bdb29cf
Moved constants from the interface since they are an implementation detail.
2014-01-29 13:54:40 +01:00
46211e5f65
Moved commented out grade calculation test to test for supervisor grade calculator.
2014-01-29 13:53:02 +01:00
00f8558d59
Fixed compilation error.
2014-01-29 13:38:57 +01:00
fd69bc254c
Merge remote-tracking branch 'origin/develop' into develop
2014-01-29 13:27:51 +01:00
251cf3e144
Changed external organization attribute of project from String to ExternalOrganization.
2014-01-29 12:46:52 +01:00
Emil Siverhall
32430d1579
Merge remote-tracking branch 'origin/develop' into develop
2014-01-29 12:46:27 +01:00
Emil Siverhall
20c1e96f40
removed IDEA_INACTIVATED notification event since status change works better for switching between active/inactive
2014-01-29 12:46:09 +01:00
fred-fri
c4f873345b
Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into develop
2014-01-29 19:35:32 +09:00
fred-fri
9fecdaa0f7
made all datainitializer users beta
2014-01-29 19:34:51 +09:00
0ef4ef5027
Merge remote-tracking branch 'origin/develop' into develop
2014-01-29 10:48:16 +01:00
8d9a9fe092
Added abstract base class for all events so that many events can share the same name.
...
Used by approve/fail seminar participants so there is no need to specify two different events for the milestone.
2014-01-29 10:41:29 +01:00
b209a166eb
Made abstract classes abstract.
2014-01-29 10:14:44 +01:00
264a1d3bbe
Added ParticipationFailedEvent that deactivates the milestone.
2014-01-29 10:14:21 +01:00
ae29b25c1e
Renamed OppositionRejectedEvent to OppositionFailedEvent.
...
Added RespondentFailedEvent and the milestone gets deactivated when it is posted.
2014-01-29 10:09:42 +01:00
4e794c1896
Small refactoring.
2014-01-29 10:04:02 +01:00
d8e8b1aee3
Milestone gets deactivated when a opposition rejected event gets posted.
2014-01-29 09:58:53 +01:00