OnlineGlomServiceImpl: Add to overview comments.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / server / OnlineGlomServiceImpl.java
2012-01-13 Murray CummingOnlineGlomServiceImpl: Add to overview comments.
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-21 Ben KonrathProtect against NPE when glom.document.locale is not...
2011-12-20 Murray CummingAllow choosing the translation in the .properties file.
2011-12-15 Ben KonrathCleanup some comments.
2011-11-28 Ben KonrathLog an error message when the java-libglom .so is not...
2011-11-27 Ben KonrathRename PrimaryKeyItem to TypedDataItem.
2011-11-25 Ben KonrathManually check if the java-liblgom .so is visible to...
2011-11-25 Ben KonrathImprove browser configuration error messages.
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-11-16 Ben KonrathRemove whitespace from the configured username properties.
2011-10-26 Ben KonrathMove servlet initialization code to overridden init...
2011-10-21 Ben KonrathAdd navigation buttons to related list tables.
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-23 Ben KonrathRename GlomDocument to DocumentInfo and update associat...
2011-09-20 Ben KonrathLog error message if no documents are found in the...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-09-15 Ben KonrathBreakup the OnlineGlomServiceImpl class to make it...
2011-09-01 Ben KonrathSet title of Portals in the Details View.
2011-08-25 Ben KonrathAdd NavigationType enum to LayoutItemPortal DTO.
2011-08-15 Ben KonrathSet the height of the data element in the Details View.
2011-08-12 Ben KonrathReturn the top level LayoutGroup title.
2011-07-13 Ben KonrathAdd support sub-group in the details view.
2011-07-12 Ben KonrathSet browser title with database and table titles.
2011-07-12 Ben KonrathIgnore LayoutItemPortals in the details view.
2011-07-09 Murray CummingFix a addDocuemnt typo.
2011-07-08 Ben KonrathCleanup comments.
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-25 Ben KonrathUse filename as unique key for configuring database...
2011-06-24 Ben KonrathAdd primary key index to LayoutGroup DTO and add Provid...
2011-06-23 Ben KonrathRename getTableData methods to getListData.
2011-06-23 Ben KonrathExtract the ConfiguredDocument innerclass into its...
2011-06-21 Ben KonrathUse the LayoutGroup group for the list layout instead...
2011-06-16 Ben KonrathCreate wrapper class to create consistent log messages.
2011-06-16 Ben KonrathRemove superfluous conditional return.
2011-06-15 Ben KonrathReturn an ArrayList of LayoutGroups for the Details...
2011-06-14 Ben KonrathUse cast_dynamic method to determine the libglom Layout...
2011-06-14 Ben KonrathAdd method names to log entries in the servlet.
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-27 Ben KonrathFix problem with onlineglom.properties file loading.
2011-05-24 Ben KonrathRemove FIXME in convertGdkColorToHtmlColour()
2011-05-19 Ben KonrathImprove performance of initial ListView load.
2011-05-12 Ben KonrathUse a LayoutPanel with multiple display areas for main...
2011-04-14 Ben KonrathPrompt for db username/password if they haven't been...
2011-04-12 Ben KonrathMake log messages a little clearer.
2011-04-12 Ben KonrathProtect against NPEs when cleaning up database resources.
2011-04-12 Ben KonrathMove configuration of the servlet to the constructor.
2011-04-11 Ben KonrathChange 'Demo' naming convention to 'Document'.
2011-04-08 Ben KonrathRemove FIXME from safeLongToInt() method.
2011-04-08 Ben KonrathDisplay an error if no glom documents are found in...
2011-04-08 Ben KonrathAdd support for accessing multiple glom documents in...
2011-04-05 Ben KonrathAdd new page for demo selection.
2011-03-30 Ben KonrathPropperly convert gdkColor string to html colour string.
2011-03-28 Ben KonrathChange implementation of OnlineGlomServiceImpl.getColum...
2011-03-28 Ben KonrathUse read-only checkboxes for boolean field types.
2011-03-25 Ben KonrathDon't get the Date twice from the ResultSet.
2011-03-25 Ben KonrathCleanup code in the servlet.
2011-03-25 Ben KonrathAdd server side logging with the gwt-log library.
2011-03-22 Ben KonrathUse a count query to get the number of rows for the...
2011-03-18 Ben KonrathUse cursor mode in the query that gets data for the...
2011-03-14 Ben KonrathLocate OnlineGlom.properties using the ServletContext.
2011-03-11 Ben KonrathUse properites file to configure servlet.
2011-03-11 Ben KonrathUse table fields in layout list view if the layout...
2011-03-11 Ben KonrathOnly show FIXME string for images when there's an image.
2011-03-11 Ben KonrathSet text for fields with TYPE_IMAGE and TYPE_INVALID...
2011-03-11 Ben KonrathCorrectly set the index of the default table.
2011-03-09 Ben KonrathChange to using a neutral locale for currency, date...
2011-03-09 Ben KonrathAdd support for currency codes that are not ISO 4217...
2011-03-07 Ben KonrathAdd support for horizontal alignment in the LayoutList...
2011-03-04 Ben KonrathAdd support for column sorting.
2011-03-03 Ben KonrathAdd support for colour text and colour backgrounds...
2011-03-02 Ben KonrathDon't display hidden tables in the combo box.
2011-03-01 Ben KonrathAdd support of Date and Time number types.
2011-03-01 Ben KonrathAdd support for formatting glom types as specified...
2011-03-01 Ben KonrathA few small code cleanups.
2011-02-18 Ben KonrathEnable the CellTable Pager when more than 20 rows need...
2011-02-18 Ben KonrathUse String arrays instead of GlomTable objects in GlomD...
2011-02-17 Ben KonrathRename RPC service classes from LibGlomService* to...