Build a source tarball with mvn assembly:assembly
[online-glom:gwt-glom.git] / ChangeLog
2012-01-20 Murray CummingBuild a source tarball with mvn assembly:assembly
2012-01-19 Murray CummingOnlineGlomServiceImpl: Get .glom files recursively.
2012-01-19 Murray CummingREADME: Mention that you must install java-libglom...
2012-01-18 Murray Cumminglocales drop-down: Show the correct selected locale...
2012-01-18 Murray Cumminglocales drop-down: Do not lose the primary key.
2012-01-18 Murray Cumminglocales drop-down: Do not lose the drop-down selection.
2012-01-18 Murray Cumminglocales drop-down: Change the tables list when this...
2012-01-18 Murray CummingImprove the placement of the locales drop-down.
2012-01-17 Murray Cumminglocales selector: Show human-readable locale titles.
2012-01-17 Murray CummingAdd a language/locale selector drop-down.
2012-01-17 Murray CummingSearch box: Show the search text from the URL token.
2012-01-17 Murray CummingAllow use of translations via, for instance, &lang...
2012-01-17 Murray CummingDocuments: Remove final keyword to fix startup configur... libglom-1-20
2012-01-13 Murray CummingDocuments: Add some final keywords.
2012-01-13 Murray CummingOnlineGlomServiceImpl: Add to overview comments.
2012-01-12 Murray CummingAdd a search box.
2012-01-12 Murray CummingListTable: Minor change.
2012-01-12 Murray CummingSeveral files: Use final for the parameters and use...
2012-01-11 Murray CummingCorrect the ChangeLog
2012-01-04 Murray CummingRemove all javadoc author tags.
2012-01-04 Murray CummingCorrect the ChangeLog
2012-01-04 Murray CummingRevert the COPYING.LESSER to COPYING rename.
2012-01-03 Murray Cumming*View: Remove unused imports.
2012-01-02 Murray CummingMove the *View::Presenter types, and some API into...
2012-01-02 Murray CummingOnlineGlom: Make clientFactory a (protected) member...
2012-01-02 Murray Cummingpom.xml: Mention the LGPL license.
2012-01-02 Murray CummingAdd project information to README and pom.xml.
2012-01-02 Murray CummingUse the latest java-libglom version.
2012-01-01 Murray CummingGwtTestOnlineGlom: Test a little more.
2012-01-01 Murray CummingSlight modification to *Mapper comments.
2012-01-01 Murray CummingGwtTestOnlineGlom test: Minor changes.
2012-01-01 Murray CummingImprove the ChangeLog
2012-01-01 Murray CummingTests: Added the beginnings of a test using gwt-test...
2011-12-31 Murray CummingTests: Use junit4-style syntax instead of junit3-style.
2011-12-31 Murray CummingAdded a test for ListPlace token parsing and creation.
2011-12-30 Murray CummingDetailsPlace test: Also test getToken() and recreation...
2011-12-30 Murray CummingUse the surefire-report plugin.
2011-12-30 Murray CummingAdded a test for DetailsPlace.
2011-12-30 Murray CummingAdded a first unit test.
2011-12-22 Ben KonrathChange charsetName to "UTF-8" when replacing line breaks.
2011-12-22 Ben KonrathFix another bug with related list navigation.
2011-12-22 Ben KonrathFix a crasher when refreshing the list view with the...
2011-12-21 Ben KonrathProtect against NPE when glom.document.locale is not...
2011-12-20 Murray CummingRename onlineglom.properties to onlineglom.properties...
2011-12-20 Murray CummingAllow choosing the translation in the .properties file.
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 Navgiation->Navigation typo in the code.
2011-12-16 Murray CummingFix a seperator->separator typo in the code.
2011-12-15 Ben KonrathCleanup some comments.
2011-12-14 Ben KonrathReplace \n with <br/> for multiline text in the details...
2011-12-14 Ben KonrathSpecify the font for document selection links.
2011-12-14 Ben KonrathFix bouncy CellTable while paging.
2011-12-14 Ben KonrathRevamp the appearance of the document selection page.
2011-12-13 Ben KonrathSet navigation button column to the smallest size possible.
2011-12-13 Ben KonrathChange OpenButton nomenclature to NavigationButton.
2011-12-12 Ben KonrathRemove unnecessary String argument in RelatedListTable...
2011-12-12 Ben KonrathUpdate variable names and comments.
2011-12-12 Ben KonrathProperly initialize numNonEmptyRows variable to zero.
2011-12-05 Ben KonrathAdd latest mockup with HTML tables.
2011-12-05 Ben KonrathRemove unnecessary getPrimaryKeyField() method.
2011-12-05 Ben KonrathAdd string representation of TypedDataItem value to...
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 KonrathMove getListLayoutGroup() into getListViewLayoutGroup().
2011-12-05 Ben KonrathRemove check for LayoutItem_Portal in list table method.
2011-12-05 Ben KonrathProperly support related list navigation.
2011-12-02 Ben KonrathProperly set the horizontal alignment of fields.
2011-12-02 Ben KonrathRevert "Align TYPE_NUMERIC with AUTO alignment to the...
2011-12-02 Ben KonrathAlign TYPE_NUMERIC with AUTO alignment to the right...
2011-12-02 Ben KonrathDisplay currency codes in the details view.
2011-12-02 Ben KonrathAvoid duplicate JNI call.
2011-12-02 Ben KonrathRename a couple of variables in RelatedListNavigation.
2011-12-02 Ben KonrathIndicate clearly that a mismatched primary key type...
2011-12-02 Ben KonrathUpdate / fix some comments.
2011-12-02 Ben KonrathEnable navigation to details view with string primary...
2011-12-02 Ben KonrathUse checkboxes for booleans in the details view.
2011-12-01 Ben KonrathImprove performance of related list height calculation.
2011-12-01 Ben KonrathShow related list tables in notebooks (again).
2011-12-01 Ben KonrathUse CellTable API for table property instead of setting...
2011-12-01 Ben KonrathMake ListViewTable and RelatedListTable a consistent...
2011-12-01 Ben KonrathUse 'visibility: hidden' in Utils.getWidgetHeight().
2011-12-01 Ben KonrathUse Utils.getWidgetHeight() in FlowTable.
2011-12-01 Ben KonrathPut the details css class name on the correct table...
2011-11-30 Ben KonrathUpdate for java-libglom API change.
2011-11-29 Ben KonrathOnly allow RelatedListTables in Portals.
2011-11-29 Ben KonrathOnly create a contents panel for Portals when title...
2011-11-29 Ben KonrathSet TabLayoutPanel height based on calculated height...
2011-11-29 Ben KonrathAlign details field labels and data with the Open buttons.
2011-11-29 Ben KonrathRemove unnecessary <div> in the Notebook widget.
2011-11-29 Ben KonrathDon't add group titles for Portals in Notebooks.
2011-11-28 Ben KonrathRemove unused boolean argument in Portal constructor.
2011-11-28 Ben Konrath Remove hack for glom 1.18 style glom files.
2011-11-28 Ben KonrathUse Gda Value version of primary key to log result...
2011-11-28 Ben KonrathDon't use TypedDataItem.getText() for Unknown types...
2011-11-28 Ben KonrathLog an error message when the java-libglom .so is not...
2011-11-28 Ben KonrathIgnore LayoutItem_CalendarPortals.
2011-11-28 Ben KonrathExtract method for creating the LayoutItemPortal DTO.
2011-11-28 Ben KonrathAdd TypedDataItem.
2011-11-28 Ben KonrathCreate primary key value from URL string using type...
next