5681 Комити (a00f808465825f4c3fb054aef931825d03a45bcc)
 

Аутор SHA1 Порука Датум
  Jeremias Maerki a00f808465 Generalized FOValidationEventListenerProxy into FOPEventListenerProxy, the main proxy for FOP's own event manipulation proxy. Done because of support for overflow="hidden" vs. overflow="error-if-overflow". пре 16 година
  Jeremias Maerki fa66d451bc Added DEBUG level. пре 16 година
  Jeremias Maerki 1ecc692ea4 Events for inline-level layout managers. пре 16 година
  Jeremias Maerki 02d9ed9724 Added support for java.util.text's ChoiceFormat to AdvancedMessageFormat. пре 16 година
  Jeremias Maerki 798d729c78 Events on FOTreeBuilder. пре 16 година
  Jeremias Maerki f4f57eda62 Removed unlocalizable validation helper methods. пре 16 година
  Jeremias Maerki eb5750ed3a Switched pagination package to events. пре 16 година
  Jeremias Maerki a5e5cc9b55 Throw a meaningful exception when the property name is wrong. Otherwise, there will be an ArrayIndexOutOfBoundsException. пре 16 година
  Jeremias Maerki c3151fba8e Throw a meaningful exception when the property name is wrong. Otherwise, there will be an ArrayIndexOutOfBoundsException. пре 16 година
  Jeremias Maerki 2b9e6bc11f Throw a RuntimeException of no other Exception class is specified for an event as a fallback if someone just sets the event severity to FATAL. пре 16 година
  Jeremias Maerki 770e99f449 Exception while cloning for RetrieveMarker to be handled by user as suggested by Andreas. пре 16 година
  Jeremias Maerki 480691ee69 Non-FO children were not properly run through validation by FOTreeBuilder. пре 16 година
  Jeremias Maerki 4e8c727986 Avoid an NPE that says nothing (ex. could happen if the message template is wrong). пре 16 година
  Jeremias Maerki 885d8bb08e More FO tree stuff switched to events. пре 16 година
  Jeremias Maerki 5b0ead2956 Made the "invalidChild" event fully localizable by adding a "lookup" field for the optional rule to be displayed. пре 16 година
  Jeremias Maerki 6d87b943c7 Deprecated FOP's QName. Mixing with Commons' variant only produces problems. пре 16 година
  Jeremias Maerki fe56de210b Remaining table FOs switched to events. пре 16 година
  Jeremias Maerki 53bfa5e2b9 ExceptionFactory is now dynamically registered. пре 16 година
  Jeremias Maerki ee3a14e3cd Merged revisions 611116-634214 via svnmerge from пре 16 година
  Jeremias Maerki 128d81aeb5 Made FOPException localizable. пре 16 година
  Jeremias Maerki 53c07bbe1c Improved context gathering. пре 16 година
  Jeremias Maerki 1f53548e24 SVN Props пре 16 година
  Jeremias Maerki 97f19394d5 Moved AdvancedMessageFormat into its own package. пре 16 година
  Jeremias Maerki e4faa836ac Instead of always decentrally checking whether strict validation is enabled or not, this is now done in a special event listener. The event producer method caller simply indicates whether it can recover from the error condition and continue. пре 16 година
  Jeremias Maerki ab8f504933 Javadocs. пре 16 година
  Jeremias Maerki f625fa9dc2 Javadocs and TODOs. пре 16 година
  Jeremias Maerki 5bb7a3047b Added support for additional field styles: пре 16 година
  Jeremias Maerki a7880e05a8 Add severity to formatting parameters. пре 16 година
  Jeremias Maerki a4e166a2b9 Deprecated two methods which are a problem for localization. Also helps finding additional spots to switch over to the event mechanism. пре 16 година
  Jeremias Maerki e7a96819e8 Removed superfluous warning. пре 16 година
  Jeremias Maerki 10f5f3e870 Fop's QName now extends XGCommons' QName to initiate a transition. пре 16 година
  Jeremias Maerki 1f5d4678e8 FObj hooked into the event system. пре 16 година
  Jeremias Maerki 3f2ff8112e Log what translation file is being written. пре 16 година
  Jeremias Maerki 4a0e95eb94 Make sure no events are now just silently swallowed because after upgrading a user doesn't know about the event system. пре 16 година
  Jeremias Maerki 5e14e68602 Hooked most of FONode into the new event mechanism. The FOUserAgent provides a DefaultEventBroadcaster instance. пре 16 година
  Jeremias Maerki fcd0f0160c Add support for special object formatters (where toString() isn't good enough). ATM, it's hard-coded but could later be hooked into dynamic discovery if we have multiple such formatters. The SAX Locator is the only example for now. пре 16 година
  Jeremias Maerki 5dcb7bf4b4 Extracted formatting functionality into utility class AdvancedMessageFormat.java. пре 16 година
  Jeremias Maerki 1c0e0c65d7 Some remaining rename operations based on an earlier discussion. пре 16 година
  Jeremias Maerki c8bee14be1 Renamed FopEvent to Event as suggested by Simon. пре 16 година
  Vincent Hennebert b73c851326 Minor typo + slight improvement of Javadoc пре 16 година
  Jeremias Maerki 41f5c4aef9 Added an XMLResourceBundle that uses an XML file instead of a properties file to load the translations. The XML format is the same as for Cocoon's XMLResourceBundle. пре 16 година
  Jeremias Maerki afa8aa4799 Generate event model XMLs in to the build directory: build/gensrc and build/test-gensrc (the latter is new and needs to be setup as source folder in your IDE!) пре 16 година
  Vincent Hennebert f241c3946d Trick to avoid hard-coding the class name of EventProducer in the source file. пре 16 година
  Jeremias Maerki 1c8309fbd0 No casting in client code when creating EventProducer instances. пре 16 година
  Jeremias Maerki d2075b4467 EventProducer interfaces now operational. пре 16 година
  Jeremias Maerki 74e88cc75d Initial commit of what I've built already for those who prefer code to minimalistic design docs. пре 16 година
  Jeremias Maerki 1d1316fc1d Created temporary branch for processing feedback. пре 16 година
  Jeremias Maerki 8b281b7c15 Added support for DOMSource to Preloader SVG so a URI Resolver can be written that provides the SVG as a W3C SVG DOM. пре 16 година
  Vincent Hennebert 4b75aa4cd5 Bugzilla #44289: Wrong border resolution when header/footer omitted at break пре 16 година
  Vincent Hennebert 05121561b1 Added license header пре 16 година