Fixing task so it also works from shell
3 lines of code changed in 1 file:
removing waiting wheel, fixing problem with message
4 lines of code changed in 1 file:
temporarily removing dependency on EL exceptions
2 lines of code changed in 1 file:
removing useless import on javax.el
0 lines of code changed in 3 files:
- extending and refactoring page analysis: adding support for EL expressions
- fixing error recognition: currently running or analyzed tag is used (again) in order to display where the error occurs, leading to a more detailed error message. also adding a mechanism to persist the analysis state in case of an error in the servletContext scope, so that the error message does not disappear when the page is reloaded
- simplifying mechanism for checking validity of tag attribute values
- simplifying ValueComputer API
827 lines of code changed in 34 files:
release mechanism for maven repository at Sonatype: creates POM on-the-fly, generates version from tag (thanks heinzi), signs the JAR and POM and uploads them to the repository
167 lines of code changed in 6 files:
IN SET works with a map, apparently..
14 lines of code changed in 1 file:
added one more list/query
12 lines of code changed in 1 file:
a test page for
bug 910
51 lines of code changed in 1 file:
removing old/unnecessary files
0 lines of code changed in 2 files:
removing unnecessary instanceof check
4 lines of code changed in 1 file:
fixing condition (sometype instanceof someothertype always returns true if someothertype is subclass of sometype)
1 lines of code changed in 1 file:
fixing method name (was not overriding method)
2 lines of code changed in 1 file:
removing unused field, fixing potential bug
1 lines of code changed in 1 file:
making abstract
1 lines of code changed in 1 file:
updating comment
2 lines of code changed in 1 file:
making jspwiki tomcat startup work with tomcat 6
3 lines of code changed in 2 files:
using bootstrap.jar from the actual tomcat
2 lines of code changed in 1 file:
RSS icon link
1 lines of code changed in 1 file:
auto-increment for hsqldb
63 lines of code changed in 3 files:
formatting
60 lines of code changed in 1 file:
fixing included field overriding in subtables
9 lines of code changed in 4 files:
Everyone sees the Add comment link, even if they don't have the permission (forces login)
1 lines of code changed in 1 file:
printing a specific & detailed error message when we wrongly want to write via the page and the output stream (closes
bug 1118)
24 lines of code changed in 2 files:
displaying a link to the compiled JSP (fixes
bug 1117)
63 lines of code changed in 4 files:
formatting
4 lines of code changed in 1 file:
formatting
4 lines of code changed in 1 file:
cleaning up not-needed configuration option after using CSS for mak:responses (finalises
bug 1152)
7 lines of code changed in 5 files:
formatted
55 lines of code changed in 2 files:
updating to latest changes regarding
bug 1152
1 lines of code changed in 1 file:
using CSS for styles for mak:response (part of
bug 1152)
17 lines of code changed in 2 files:
removing TODO
0 lines of code changed in 1 file:
fixing build path
6 lines of code changed in 1 file:
Adding missing space
2 lines of code changed in 1 file:
Form submission message also shown for successful response
17 lines of code changed in 2 files:
updating for next release
16 lines of code changed in 1 file:
test pages for mak:submit and ajax form
63 lines of code changed in 2 files:
Updating test JSPs
31 lines of code changed in 2 files:
partial postback also works for multiple (nested) forms
1 lines of code changed in 1 file:
fixing the case when no section corresponds to an event
22 lines of code changed in 1 file:
updating changelog
5 lines of code changed in 1 file:
mock-up for internationalisation
5 lines of code changed in 1 file:
using Transaction instead of Database
22 lines of code changed in 1 file:
additional function for testing
2 lines of code changed in 1 file:
adding ptr to comparison
2 lines of code changed in 1 file:
fixes in ajax forms, automated tests
525 lines of code changed in 15 files:
Updating test JARs, renaming some JARs to avoid changing classpath for each version update
21 lines of code changed in 23 files:
adding FIXME
4 lines of code changed in 1 file:
clearer validation rule messages
3 lines of code changed in 1 file:
adding a method to close a data source. doesn't seem to work because of nature of namedresources
36 lines of code changed in 6 files:
ajax forms and live validation play nice together
simplifying live validation interface a bit
ajax wheel is now in makumba.css
139 lines of code changed in 7 files:
don't put the .class files in the same dir as the java classes as SVN does not ignore them
1 lines of code changed in 1 file:
Fixing bug that was causing the section to believe it was invoked where it was not
2 lines of code changed in 1 file:
Wrapping response only if there's no execption
1 lines of code changed in 1 file:
keeping the "homogeneous cache" optimization
11 lines of code changed in 1 file:
added method to clean all static caches. fixed a bug in cache closing. invoking close when cleaning a static cache.
12 lines of code changed in 1 file:
fixed issue with base pointers being different at different test runs
9 lines of code changed in 4 files:
the test file (classes/org.makumba.providers.query.mql/queries.txt refers to the projman project, along with karamba; this adds it to the classpath
1 lines of code changed in 1 file:
supporting join via internally-generated relational pointers. this is useful mostly when internal tables like set middle tables are referred explicitly in queries
1 lines of code changed in 1 file:
test case for
bug 1115
47 lines of code changed in 3 files:
Renaming test to something more suitable, as it is not really multiple forms but repeated forms (according to
bug 1143)
67 lines of code changed in 6 files:
Fixing bug with reloaded parameters that was causing existing session parameters not to be taken into account when looking up parameters starting with a given string. This was breaking the behavior of the searchForm.
8 lines of code changed in 1 file:
Using an ordered hashset in order to reduce the likeliness of validation rules being generated in a different order on repeated executions, as this might fail the tests
2 lines of code changed in 1 file:
adding a TODO
1 lines of code changed in 1 file:
updating changelog
4 lines of code changed in 1 file:
adapting tests to pass the form ID in the generated form html, and to the altered responder codes due to introduction of triggerEvent
72 lines of code changed in 24 files:
triggerEvent is now part of the responder code
2 lines of code changed in 1 file:
form identifier doesn't use the name anymore
51 lines of code changed in 1 file:
renaming value
1 lines of code changed in 1 file:
mak:submit convenience tag
186 lines of code changed in 12 files:
ajax forms
136 lines of code changed in 7 files:
source-viewer styles are now in the CSS (see
bug 1154)
0 lines of code changed in 1 file:
un-screwing the source code viewers by putting the style definitions in an external CSS (fixes
bug 1152)
146 lines of code changed in 4 files:
more details on the source of the test case comparison
2 lines of code changed in 1 file:
extracted constants
27 lines of code changed in 1 file:
formatting & applying source code cleanup
46 lines of code changed in 1 file:
formatting & applying source code cleanup
52 lines of code changed in 3 files:
First part of partial postback for forms
303 lines of code changed in 13 files:
fixing responder values, removing superflous javascript & formatting output (part of bugs 1174 & 1152)
21 lines of code changed in 5 files:
fixing test-outpu to accommodate inclusion of Makumba style sheet (part of
bug 1147)
4 lines of code changed in 2 files:
fixing a small bug introduced on
bug 1147, which prevented other pages than .jsp to write to the outputstream..
1 lines of code changed in 1 file:
Fiexed jsp wiki properties build task so that it works on windows
8 lines of code changed in 2 files:
fixing test-outpu to accommodate inclusion of Makumba style sheet (part of
bug 1147)
20 lines of code changed in 12 files:
the calendar icon is now loaded via CSS, not by adding an image tag code into the Makumba.conf. We still leave the Makumba.conf entry, though, to be able to specifiy a specific link *text* one might want to have on each Calendar editor link (part of
bug 1152)
13 lines of code changed in 4 files:
removing obsolete CSS (part of
bug 1152)
0 lines of code changed in 1 file:
applying source code cleanup
22 lines of code changed in 1 file:
removing wrongly added duplicate entries
0 lines of code changed in 1 file:
fixing classpath so that jetty tests compile within eclipse
2 lines of code changed in 1 file:
not requiring specific CSS anymore (part of
bug 1152)
3 lines of code changed in 2 files:
formatting
116 lines of code changed in 3 files:
removing debug output
2 lines of code changed in 1 file:
unified CSS stylesheets into one, renamed to makumba.css (first part of
bug 1152)
39 lines of code changed in 2 files:
removing methods not needed anymore after
bug 1147 is solved
0 lines of code changed in 1 file:
formatting
51 lines of code changed in 1 file:
adding the makumba resources directly in the head, instead of using dirty javascript hacks
7 lines of code changed in 3 files:
a response wrapper that modifies the underlying PrintWriter (used by JSP) to inject required makumba resources directly into the <head> tag
242 lines of code changed in 1 file:
extracting method to get the pageCache, independent of the pageContext object (preparational work for
bug 1147)
20 lines of code changed in 1 file:
formatted...
42 lines of code changed in 1 file:
JSP runtime exceptions work with jetty too
40 lines of code changed in 1 file:
Jetty launcher, libs, java runner. Passes all tests.
88 lines of code changed in 18 files:
modifying section attributes name
3933 lines of code changed in 6 files:
using normal function inliner
2 lines of code changed in 1 file:
deleting examples webapp: it was outdated, using old configuration, as far as I am concerned never used, and represents additional maintenance effort. we have mak-demo as an example app
0 lines of code changed in 14 files:
storing values uniquely for multi-value cache
7 lines of code changed in 1 file:
formatted
34 lines of code changed in 3 files:
first commit of 2010: fixing bug in the sections within list
154 lines of code changed in 5 files: