9
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added null check when converting Integer to String More... almost 13 years ago
Fixed assembly configurations More... almost 13 years ago
[no comment] More... almost 13 years ago
[no comment] More... almost 13 years ago
[no comment] More... almost 13 years ago
Added new assenly exectutions to each module More... almost 13 years ago
Initial import. More... almost 13 years ago
Fixed wrong path in applicationContext.xml More... almost 13 years ago
Added comment regarding Issue 43 More... almost 13 years ago
Added default setting to reject sorting templates (language specific - only works for EN and DE so far - should be made configurable) More... almost 13 years ago
Removed some unused line and suppressed some "unused" warnings. Some reformatting. More... almost 13 years ago
Cleanup More... almost 13 years ago
Added code to retrieve pageIds instead of whole page objects More... almost 13 years ago
Added methods to retrieve templates contained in a specified page directly from the db. More... almost 13 years ago
Slight refactoring More... almost 13 years ago
Switched WikipediaTemplateInfo from hibernate to jdbc More... almost 13 years ago
Started implementation of the API for the template data. More... almost 13 years ago
Changed the name of the table containing the tplId-tplName pairs to "templates" More... almost 13 years ago
lowercased column names in template db More... almost 13 years ago
Added new tool "WikipediaTemplateInfoGenerator" which gathers information about template usage and creates a SQL dump to be imported in the existing JWPL db. WikipediaTemplateInfo will be the API for accessing this data. It's only a stub now. More... almost 13 years ago
Cleanup More... almost 13 years ago
Fixed javadoc comments More... almost 13 years ago
Made ResolvedTemplate class public. More... almost 13 years ago
IndexGenerator now reads configuration file from any given location - not only from the classpath More... almost 13 years ago
Solved title parsing bug with the help of the UKP group. Many thanks. More... almost 13 years ago
Solved title parsing bug with the help of the UKP group. Many thanks. More... almost 13 years ago
Fixed problem in ModularParser. Addition to the previous fix provided in r265: Span cannot be smaller than 0 now. This could have happened for empty pages before. More... almost 13 years ago
Added workaround to a problem with calculateSrcSpans: If no specific end token was found, the end of the span was set to the text.length() - which results in an ArrayOutOfBoundsException. It's now set to text.length()-1 More... almost 13 years ago
Fixed problem with LIKE query in hibernate. More... almost 13 years ago
Fixed error in getDiscussionArchives. Hibernate session was commited to late. More... almost 13 years ago