Reports: Use quickFind.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / server / database /
2012-03-04 Murray CummingActually show some data with JasperReports.
2012-03-04 Murray CummingMore use of JasperReports, but it doesn't show data...
2012-03-04 Murray CummingListViewDbAccess.getSelectQuery(): Avoid using empty...
2012-01-27 Murray CummingLet Eclipse format all source code.
2012-01-26 Murray CummingImprove null/empty String checks.
2012-01-24 Murray CummingUpdate to the latest java-libglom API.
2012-01-23 Murray CummingAdapt to the latest java-libglom API from git
2012-01-12 Murray CummingAdd a search box.
2012-01-12 Murray CummingSeveral files: Use final for the parameters and use...
2012-01-04 Murray CummingRemove all javadoc author tags.
2011-12-05 Ben KonrathRemove unnecessary getPrimaryKeyField() method.
2011-12-05 Ben KonrathAdd type checking to navigation primary key value creation.
2011-12-05 Ben KonrathRename a couple of variables in RelatedListNavigation.
2011-12-05 Ben KonrathProperly support related list navigation.
2011-12-02 Ben KonrathAvoid duplicate JNI call.
2011-12-02 Ben KonrathRename a couple of variables in RelatedListNavigation.
2011-12-02 Ben KonrathUpdate / fix some comments.
2011-12-02 Ben KonrathEnable navigation to details view with string primary...
2011-11-28 Ben KonrathUse Gda Value version of primary key to log result...
2011-11-28 Ben KonrathCreate primary key value from URL string using type...
2011-11-27 Ben KonrathRename PrimaryKeyItem to TypedDataItem.
2011-11-25 Ben KonrathDon't use Strings to hold primary key values.
2011-11-24 Ben KonrathUse newly added java-libglom API to create queries.
2011-10-21 Ben KonrathAdd navigation buttons to related list tables.
2011-09-27 Ben KonrathAdd field colouring to details view.
2011-09-26 Ben KonrathDon't use the ListDBAccess classes to get the primary...
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-20 Ben KonrathChange the way sort clause is added for primary key...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-09-15 Ben KonrathBreakup the OnlineGlomServiceImpl class to make it...