The Web Graph Database

source: trunk/ig-ui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @948   3 years jernst pass SaneUrl? through to ViewletFactory, so it can access request …
(edit) @947   3 years jernst until the build server has moved to Tomcat6, don't run the JEE tests
(edit) @946   3 years jernst change default app server to Tomcat6
(edit) @944   3 years jernst added request property to JeeMeshObjectsToView? change default app server …
(edit) @942   3 years jernst trim strings first to deal with sloppy JSP writing
(edit) @938   3 years jernst added CurrencyValue? and CurrencyDataType? to represent money as a primitive …
(edit) @936   3 years jernst added getGroupNames to LidAccount? check group membership by group …
(edit) @920   3 years jernst added guessFromExternalForm to IdentifierFactory? use "" not null for …
(edit) @918   3 years jernst fix status in AbstractSetIterateTag? better error reporting
(edit) @915   3 years jernst throw correct error message if no subject
(edit) @913   3 years jernst Renamed NotIfViewletState? to NotIfViewletStateTag? for consistency created …
(edit) @908   3 years jernst Minor JavaDoc? fixes
(edit) @901   3 years jernst Couple more Viewlet POST fixes for other Viewlets
(edit) @899   3 years jernst have correct Viewlet process HTTP POST even if Viewlet included in another …
(edit) @897   3 years jernst removed unnecessary directories: iframe'd viewlets are gone
(edit) @895   3 years jernst build fixes
(edit) @894   3 years jernst Larger viewlet framework refactor than expected: Created SaneUrl?, new …
(edit) @890   3 years jernst removed iframe in (Net)MeshWorld; hierarchical Viewlets is better approach …
(edit) @888   3 years jernst enctype attribute on safeForm is all lowercase
(edit) @887   3 years jernst Added parent property to Viewlet; that changes constructors and factory …
(edit) @883   3 years jernst support REST-ful URLs on hierarchical Viewlets e.g. GraphTreeViewlet? with …
(edit) @882   3 years jernst augmented account custom JSP tag to check for status of account
(edit) @881   3 years jernst added LidAccountStatus? to LidAccount? added SiteIdentifier? to LidAccount?
(edit) @879   3 years jernst fixed dependencies issues and naming issues leftover from recent rename
(edit) @877   3 years jernst MeshWorld does not use TestSubjectArea? any more
(edit) @874   3 years jernst minor
(edit) @868   3 years jernst removed obsolete file leftover from long ago
(edit) @864   3 years jernst fixing previous checkin
(edit) @863   3 years jernst Eliminating unnecessary projects by moving their code into other projects: …
(edit) @861   3 years jernst moved the main toStringRepresentationXXX functionality for MeshObjects? to …
(edit) @859   3 years jernst fixed MeshTypeViewlet? in MeshWorld fixed stringification of DataType and …
(edit) @854   3 years jernst only set LID request attributes when user is successfully authenticated
(edit) @852   3 years jernst minor
(edit) @849   3 years jernst new tag library that deals with identity more, and updated request …
(edit) @835   3 years jernst Created DefaultMeshObjectSorter?.BY_USER_VISIBLE_STRING Default sorting in …
(edit) @832   3 years jernst added orderBy property to setIterate JSP tags added ability to sort in the …
(edit) @829   3 years jernst fixed bug in MeshObjectLinkTag? with ignore=true only perform automatic …
(edit) @828   3 years jernst overflow: auto; to support long CSS floats
(edit) @826   3 years jernst do not print iterateHeader and iterateFooter when set has no content in …
(edit) @824   3 years jernst created SetSizeTag? to print the size of a MeshObjectSet in JSP
(edit) @819   3 years jernst Default POST behavior is now redirect-to-GET on same URL, so browser …
(edit) @816   3 years jernst fixed module advertisement parameter
(edit) @813   3 years jernst removed unnecessary directories
(edit) @811   3 years jernst correct initialization of ResourceHelper? in module.adv
(edit) @810   3 years jernst Refactored LID implementation to use an "instructions" based approach to …
(edit) @803   3 years jernst DataType Stringifier fixes from recent changes Factored out …
(edit) @802   3 years jernst better error reporting minor formatting improvements
(edit) @801   3 years jernst footer element for MeshObjectSetIterate? tag
(edit) @798   3 years jernst BlobViewlet? to get its PropertyType from URL argument not POST argument
(edit) @797   3 years jernst fix HTML doctype to make IE more happy
(edit) @795   3 years jernst missed those smaller changes in previous commit
(edit) @794   3 years jernst Removed -moz-opacity CSS value per recent Firefox updates Fixed CSS …
(edit) @791   3 years jernst Simplified StringRepresentation? of PropertyValues? and related Fixed …
(edit) @789   3 years jernst sanitized formatting of Identifiers; it's still not totally sane but a lot …
(edit) @786   3 years jernst relative URL is good enough for ViewletAlternativeTag?
(edit) @782   3 years jernst removed title/target/additionalParameters argument from …
(edit) @780   3 years jernst Got rid of MeshStringRepresentationContext?, which partially overlapped …
(edit) @771   3 years jernst fixed Transaction closing bug in JEE TestApp? initialization
(edit) @767   3 years jernst Allow start MeshObject to be specified by its Identifier in TraversalSet?
(edit) @766   3 years jernst Corrected embarrassing typo
(edit) @763   3 years jernst Fixed String serialization problem in NoViewletFoundException?
(edit) @750   3 years jernst set ignore="true" property in ObjectSetViewlets? so it does not produce an …
(edit) @749   3 years jernst CSS fixes
(edit) @748   3 years jernst better error reporting
(edit) @747   3 years jernst better error reporting
(edit) @732   3 years jernst Renamed TraversalDictionary? to TraversalTranslator -- can be much more …
(edit) @730   3 years jernst minor CSS fix in HttpShellVerb?.css
(edit) @728   3 years jernst cleaning up use of symbolic parameters in LID/OpenID code
(edit) @694   3 years jernst added logging statement
(edit) @653   3 years jernst Moved (Net)MeshObjectIdentifierFactory to .mesh.net packages. That allows …
(edit) @645   3 years jernst Ignore dist directories in tests directories, too
(edit) @637   3 years jernst Better to bump up CSS z-index value for overlay
(edit) @636   3 years jernst fixed some HTML/CSS for non-Firefox browsers
(edit) @634   3 years jernst No dependency on viewlet
(edit) @632   3 years jernst set svn:ignore on build directories where it was missing
(edit) @628   3 years jernst Eliminated module org.infogrid.modelbase.m and moved into kernel -- …
(edit) @626   3 years jernst removed empty directories
(edit) @618   3 years jernst Wrong vendor in property file
(edit) @616   3 years jernst improved build -dist removed unnecessary directories
(edit) @604   3 years jernst Replaced occurrences of StringBuffer? with StringBuilder?
(edit) @600   3 years jernst added JEE path to project.properties
(edit) @599   3 years jernst new layout for files in branch; work in progress; checking in in pieces …
(edit) @598   3 years jernst new layout for files in branch; work in progress; checking in in pieces …
(edit) @597   3 years jernst new layout for files in branch; work in progress; checking in in pieces …
(edit) @592   3 years jernst new layout for files in branch; work in progress; checking in in pieces …
(copy) @590   3 years jernst new layout for files in branch; work in progress; checking in in pieces …
copied from trunk/new-structure/ig-ui:
(add) @587   3 years jernst new layout for files in branch; work in progress; likely broken
Note: See TracRevisionLog for help on using the revision log.