Replace deprecated DOM.setElementAttribute().
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / activity / DetailsActivity.java
2012-12-05 Murray CummingTurn the authenication popup into a real Place.
2012-12-04 Murray CummingDetailsActivity: Check for authentication here too.
2012-11-16 Murray CummingDetails: Get static image data from our images services. images
2012-05-17 Murray CummingCleanup by Eclipse: Add parentheses.
2012-05-17 Murray CummingSome reformatting by Eclipse
2012-05-15 Murray CummingCorrections to navigation to related records.
2012-05-11 Murray CummingMake navigation work again.
2012-05-11 Murray CummingSome unimportant code formatting/comments/logging.
2012-05-07 Murray CummingRelatedListTable: Make sure that the tableName is set.
2012-05-07 Murray CummingAdd some checks.
2012-05-07 Murray CummingPortals: some corrections.
2012-05-06 Murray CummingAsyncMessage onFailure() callbacks: Log the exception...
2012-05-03 Murray CummingConvert most code to camelCase.
2012-05-03 Murray CummingSome code reformatting by Eclipse
2012-05-03 Murray CummingFurther libglom implementation in Java.
2012-04-19 Murray CummingMerge branch 'reports'
2012-03-05 Murray CummingDetailsActivity, ListActivity: Move some variables...
2012-01-31 Murray CummingMake ReportPlace usable.
2012-01-27 Murray CummingLet Eclipse format all source code.
2012-01-27 Murray CummingLet Eclipse format all source code.
2012-01-26 Murray CummingUse the ?locale= query param instead of the &lang=...
2012-01-26 Murray CummingImprove null/empty String checks.
2012-01-26 Murray CummingUse the ?locale= query param instead of the &lang=...
2012-01-24 Murray CummingImprove null/empty String checks.
2012-01-18 Murray Cumminglocales drop-down: Do not lose the primary key.
2012-01-17 Murray CummingAdd a language/locale selector drop-down.
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.
2012-01-02 Murray CummingMove the *View::Presenter types, and some API into...
2011-12-22 Ben KonrathFix a crasher when refreshing the list view with the...
2011-12-16 Murray CummingFix a Navgiation->Navigation typo in the code.
2011-12-13 Ben KonrathChange OpenButton nomenclature to NavigationButton.
2011-12-12 Ben KonrathRemove unnecessary String argument in RelatedListTable...
2011-12-01 Ben KonrathMake ListViewTable and RelatedListTable a consistent...
2011-11-27 Ben KonrathRename PrimaryKeyItem to TypedDataItem.
2011-11-25 Ben KonrathDon't use Strings to hold primary key values.
2011-10-21 Ben KonrathAdd navigation buttons to related list tables.
2011-10-07 Ben KonrathAdd navigation buttons in the details view.
2011-10-07 Ben KonrathRename Field to DetailsCell.
2011-10-07 Ben KonrathCreate separate methods for layout and data the details...
2011-10-07 Ben KonrathUpdate TableChangeEvent to use newTableName naming...
2011-09-30 Ben KonrathDisable the pager in the list tables when the data...
2011-09-30 Ben KonrathAdd empty rows to the end of related list and list...
2011-09-27 Ben KonrathUse GWT.log for client-side debugging statements.
2011-09-27 Ben KonrathAdd field colouring to details view.
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-07-13 Ben KonrathAdd support sub-group in the details view.
2011-07-11 Ben KonrathAdd main groups to the details view.
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-06-15 Ben KonrathReturn an ArrayList of LayoutGroups for the Details...
2011-06-14 Ben KonrathAdd data to the DetailsView using a hard-coded primary...
2011-06-02 Ben KonrathDisplay main layout group titles in the DetailsView.
2011-05-18 Ben KonrathEnable the "Details" buttons.