[PATCH] 372 Fixed table style.
by Endi Sukma Dewata
The column headers and the footer in all tables have been modified
to use the proper style.
Ticket #654
--
Endi S. Dewata
11 years, 4 months
[PATCH] 370 Using PATCH method for modify operations.
by Endi Sukma Dewata
Some modify operations have been modified to use HTTP PATCH method
since the request only contains changes to the resource, not the
entire resource. To replace the entire resource, separate replace
operations using HTTP PUT method will be used instead. The Backbone
library is using the same convention by default.
Ticket #654
--
Endi S. Dewata
11 years, 4 months
[PATCH] 367 Moved web application context file.
by Endi Sukma Dewata
The location of web application context file has been changed from
<instance>/webapps/<name>/META-INF/context.xml
into
<instance>/conf/Catalina/localhost/<name>.xml.
This will eventually allow deploying the web application directly
from the shared folder.
A new upgrade script has been added to move the context files in
the existing instances.
Ticket #499
--
Endi S. Dewata
11 years, 4 months
[PATCH] 363 Replaced Velocity template path.
by Endi Sukma Dewata
The Velocity template path in velocity.properties has been replaced with
the system template path. This way the templates no longer need to be
copied and the velocity.properties no longer need to be customized.
An upgrade script has been added to modify the path in existing instances.
Ticket #752
--
Endi S. Dewata
11 years, 4 months
[PATCH] 369 Added paging links.
by Endi Sukma Dewata
The UI tables have been modified to provide Prev and Next links
to navigate through the result pages.
Ticket #654
--
Endi S. Dewata
11 years, 4 months
[PATCH] 366 Added TPS UI skeleton.
by Endi Sukma Dewata
An inititial implementation of TPS UI has been added. The UI will
display TPS resources as tables.
Ticket #654
--
Endi S. Dewata
11 years, 4 months
[PATCH] 365 Added Backbone library.
by Endi Sukma Dewata
The Backbone library and its dependency (Underscore) have been added
to the common web application.
Ticket #654
--
Endi S. Dewata
11 years, 4 months