Reports: Use quickFind.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / place /
2012-04-13 Murray CummingReportPlace: Actually use the report name.
2012-01-31 Murray CummingImplement navigation to report places.
2012-01-31 Murray CummingMake ReportPlace usable.
2012-01-27 Murray CummingLet Eclipse format all source code.
2012-01-27 Murray CummingAdd a (empty) Report Place, View, and Activity.
2012-01-26 Murray CummingUse the ?locale= query param instead of the &lang=...
2012-01-26 Murray CummingImprove null/empty String checks.
2012-01-17 Murray CummingAllow use of translations via, for instance, &lang...
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-22 Ben KonrathFix a crasher when refreshing the list view with the...
2011-12-19 Murray CummingAvoid a crash in parsing of token parameters.
2011-12-19 Murray CummingHistory token building/handling: Improve use of token...
2011-12-16 Murray CummingFix a seperator->separator typo in the code.
2011-11-28 Ben KonrathDon't use TypedDataItem.getText() for Unknown types...
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-10-07 Ben KonrathUse primaryKeyValue naming convention in constructor...
2011-06-28 Ben KonrathAdd the table name to the URL token for the ListPlace.
2011-06-28 Ben KonrathEnable the table selector in the DetailsView.
2011-06-27 Ben KonrathUse filename based unique document ID in URL and for...
2011-06-24 Ben KonrathPass primary key value to DetailsView.
2011-05-19 Ben KonrathAdd a "Back to List" link when at the DetailsPlace.
2011-05-18 Ben KonrathEnable the "Details" buttons.
2011-05-06 Ben KonrathRename OnlineGlomPlace to ListPlace.
2011-04-11 Ben KonrathChange 'Demo' naming convention to 'Document'.
2011-04-08 Ben KonrathAdd copyright header to files without it.
2011-04-08 Ben KonrathAdd support for accessing multiple glom documents in...
2011-04-05 Ben KonrathAdd new page for demo selection.
2011-04-04 Ben KonrathStart moving the existing OnlineGlom code to MVP.