fred-fri
d7a80d3ad1
some cleanup
2012-07-19 14:58:55 +09:00
fred-fri
17d2b38853
some cleanup, switched from dao to service
2012-07-19 14:57:49 +09:00
fred-fri
59f9ab665d
added the new eac panel to project idea datatable, now you can manually match quickly
2012-07-19 14:29:33 +09:00
fred-fri
6a356ccc64
made new eac panel that can be added as a span or div
2012-07-19 14:15:56 +09:00
fred-fri
d109b54cb0
fixed label
2012-07-19 14:05:29 +09:00
fred-fri
1a90933df3
added new abstractcolumn
2012-07-19 14:02:59 +09:00
fred-fri
24424d01c8
added title to watson box
2012-07-19 12:27:16 +09:00
fred-fri
21ece7e205
fixed a filter description
2012-07-19 12:19:36 +09:00
fred-fri
37e4c8f5dd
panel removed, now only one message appears
2012-07-19 12:18:24 +09:00
fred-fri
d923862199
removing feedbackpanel altogether from project idea page
2012-07-19 12:15:04 +09:00
fred-fri
40ac874554
removing reference to a feedbackpanel from some other manual match action panels
2012-07-19 12:12:24 +09:00
fred-fri
04ad58b4a5
removing reference to a feedbackpanel from some other manual match action panels
2012-07-19 12:11:32 +09:00
fred-fri
3c614a6933
removing reference to a feedbackpanel from manualmatchpanel
2012-07-19 12:08:28 +09:00
fred-fri
b8a9925014
some cleanup
2012-07-17 11:54:37 +09:00
fred-fri
c54f6585b4
converting checklisttemplatedatapanel to use genericdatapanel in the bottom, sorting and filtering works now
2012-07-17 11:53:17 +09:00
fred-fri
9cd4a5062d
converting checklisttemplatedatapanel to use genericdatapanel in the bottom
2012-07-17 11:32:47 +09:00
fred-fri
0f3afc6aac
showing default 20 rows in generic dt
2012-07-17 10:27:55 +09:00
fred-fri
7e02f1e0eb
created new datecolumn component that displayed dateformatted date and using that instead
2012-07-17 10:19:36 +09:00
fred-fri
8cb84e70ba
added date created to projectidea datatable
2012-07-17 09:54:36 +09:00
fred-fri
ef51ec1f7d
added date created to project datatable
2012-07-17 09:30:13 +09:00
fred-fri
42b8d35060
moved genericdatatablepanel outside a package called project
2012-07-17 09:13:41 +09:00
fred-fri
3f64cd7c6d
removed crazy editopponents and editactiveparticipations code
2012-07-16 15:37:11 +09:00
Emil Siverhall
2cfe3a3cdf
Merge branch 'opponentImportFix' into develop
2012-06-19 09:05:59 +02:00
Emil Siverhall
3d7010f81a
removed import of opponents and active participants from importer facade since implementation logic was wrong. at the moment we cant import this since we dont know the opponents active project in the import job. this is really not needed since we are supposed to export this to daisy and not the other way around
2012-06-19 09:05:16 +02:00
Emil Siverhall
5cb9fe9067
Merge branch 'newAnswerIndication' into develop
2012-06-18 15:05:37 +02:00
Emil Siverhall
a9afedc342
added star icon to indicate new checklist answers
2012-06-18 15:03:40 +02:00
Emil Siverhall
cd192e56b6
Merge branch 'repoToService' into develop
2012-06-18 14:16:25 +02:00
Emil Siverhall
8fba971afe
switched from repos to services in some service classes
2012-06-18 14:16:07 +02:00
Emil Siverhall
58a652d3c6
Merge branch 'mailErrors' into develop
2012-06-18 12:59:13 +02:00
Emil Siverhall
ea66b7c60a
added partition to a maximum recipient number of 50 when sending mail through admin - mail panel. if there are more recipients, new mail events are created
2012-06-18 12:58:42 +02:00
Emil Siverhall
93472a8075
added google guava dependency to pom.xml.
2012-06-18 12:57:41 +02:00
Emil Siverhall
bee5fc62ee
Merge branch 'skipTuples' into develop
2012-06-15 12:51:26 +02:00
Emil Siverhall
347ad7e5d6
added new unit test when finding peer requests by request status and project class
2012-06-15 12:51:03 +02:00
Emil Siverhall
50f477be98
Merge branch 'skipTuples' into develop
2012-06-15 12:39:10 +02:00
Emil Siverhall
204e1c4743
refactoring of list of requests on peer portal start page. we now use a dataview with a request provider to only load the displayed requests, instead of all in form of Tuples as before. We now check reviewability at a later stage.
2012-06-15 11:23:59 +02:00
Emil Siverhall
54682589fe
small changes to excel implementation in generic data table. you may now override getExcelTitle to name the document
2012-06-15 11:20:17 +02:00
Emil Siverhall
196aed2419
Merge branch 'peerImprovements' into develop
2012-06-14 13:40:08 +02:00
Emil Siverhall
37f09c602e
removed some logic that is no longer used with peer requests
2012-06-14 13:39:35 +02:00
Emil Siverhall
aa6e975975
switched from PageableListView to DataView on Peer Portal Panel, hopefully that will improve loading times
2012-06-14 10:24:53 +02:00
Emil Siverhall
9db79bad83
Merge branch 'genericExcelExport' into develop
...
* genericExcelExport:
some refactoring to excel export implementation in generic datatable
added excel export button to generic data table
change text on export link
major refactoring of excel exports. now it's much easier to hook it up to the datatables
adjusting alignments in excel cells and some minor code cleanup
excel export now works for all peer lists
started working on excel exports for data tables
2012-06-13 20:48:17 +02:00
Emil Siverhall
2b316c9332
some refactoring to excel export implementation in generic datatable
2012-06-13 20:35:05 +02:00
Emil Siverhall
650d102de9
added excel export button to generic data table
2012-06-13 20:35:03 +02:00
Emil Siverhall
39a4fee22f
change text on export link
2012-06-13 20:35:01 +02:00
Emil Siverhall
3b902470b8
major refactoring of excel exports. now it's much easier to hook it up to the datatables
2012-06-13 20:34:58 +02:00
Emil Siverhall
03127b94e8
adjusting alignments in excel cells and some minor code cleanup
2012-06-13 20:34:56 +02:00
Emil Siverhall
39c10c33ba
excel export now works for all peer lists
2012-06-13 20:34:54 +02:00
Emil Siverhall
2366479c50
started working on excel exports for data tables
2012-06-13 20:34:51 +02:00
ranil
307da520e2
supervisor project accepted date
2012-06-13 11:48:38 +02:00
ranil
30193f97ad
supervisor project accepted date
2012-06-13 11:04:07 +02:00
fred-fri
baedc77c13
cleanup
2012-06-11 14:06:17 +09:00