-
branches/
-
3_0/
- disttools/
- docbook/
- drop/
- legal/
- lib/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.properties
- root.iml
- 3_0_0_CP/
-
3_1_beta_3/
- disttools/
- docbook/
- drop/
- izpack/
- legal/
- lib/
- modules/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.ipr.sample
- flexive.properties
- root.iml
- chemistry-0.62/modules/
-
docs-314/
- disttools/
- docbook/
- drop/
- izpack/
- legal/
- lib/
- modules/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.ipr.sample
- flexive.properties
- root.iml
- jmaki_scales_experimental/
-
jsf2/
- disttools/
- docbook/
- drop/
- izpack/
- legal/
- lib/
- modules/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.ipr.sample
- flexive.properties
- root.iml
-
opencmis/
- disttools/
- docbook/
- drop/
- izpack/
- legal/
- lib/
- modules/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.ipr.sample
- flexive.properties
- root.iml
-
3_0/
- tags/
-
trunk/
- disttools/
- docbook/
- drop/
- izpack/
- legal/
- lib/
- modules/
- src/
- build.global-properties.xml
- build.javadoc.xml
- build.macros.xml
- build.properties.sample
- build.shared-properties.xml
- build.shared-tests.xml
- build.shared.xml
- build.tests.xml
- build.xml
- buildTasks.groovy
- buildtld_docbook.groovy
- buildtld_templates.groovy
- flexive.ipr.sample
- flexive.properties
- root.iml
Stats
Commits this week: 1
| Total Committers: | 11 |
|---|---|
| Last Commit: | 09:27 |
| Commits this week: | 1 |
| Total Lines of Code (LoC): | 422,925 |
| Net change in LoC this week: | 6 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
fleXive
Daniel Lichtenberger
FxContent: store XPath that caused a violation in the exception
modified
FxContent.java
Daniel Lichtenberger
modified 2
java files
Markus Plesser
fixed a bug that prevented the "last" group to be added to the content when no flatstorage is used
updated
flexive-flatstorage.jar and added to GenericHierarchicalStorage.java
Markus Plesser
fixed a multiplicity issue when loading groups under certain conditions
Daniel Lichtenberger
jsf2-test: fixed datasource configuration
added to
openejb.conf
Laszlo Hernadi
fix in selectlist edit to refresh the item count on deleting items.
modified
edit.xhtml
Daniel Lichtenberger
Set versions back to -SNAPSHOT
modified 3 files
Daniel Lichtenberger
More naming: backend --> admin(istration) GUI
modified 3
xml files
Daniel Lichtenberger
Tagged 3.1.4 release (second attempt)
changed 3587 files
- … 3582 more files in changeset.
Daniel Lichtenberger
Maven modules: fixed more versions, added extractors to backend-standalone
added to
pom.xml and modified pom.xml
Daniel Lichtenberger
chemistry modules: set repository for fetching parent POM
added to
pom.xml
Daniel Lichtenberger
flexive-backend-standalone: build fix for empty local repository
added to
pom.xml
Daniel Lichtenberger
Removing 3.1.4 tag, found critical issue before release
changed 3587 files
- … 3582 more files in changeset.
Daniel Lichtenberger
3.1.4 build fix (will retag 3.1.4, not released yet)
added to 2 files and deleted from
pom.xml
Daniel Lichtenberger
Removed obsolete docs-314 branch
changed 3587 files
- … 3582 more files in changeset.
Daniel Lichtenberger
Tagged release 3.1.4
added
3_1_4
Daniel Lichtenberger
Archetypes: set flexive version to 3.1.4
Daniel Lichtenberger
* Merged branches/docs-314: Updated documentation for 3.1.4
* Release Maven archetype version 0.8
* Release Maven archetype version 0.8
changed 34 files
- … 29 more files in changeset.
Daniel Lichtenberger
added to
pom.xml and modified 3 files
Daniel Lichtenberger
Naming: backend administration application --> administration GUI
changed 11 files
- … 6 more files in changeset.
Daniel Lichtenberger
Naming: framework --> repository, added version to welcome page title
added to
SystemBean.java and modified 5 files
Laszlo Hernadi
minor typo fix in javadoc
modified
GenericBinarySQLStorage.java
Daniel Lichtenberger
Set version to 3.1.4
modified
flexive.properties
Daniel Lichtenberger
FX-932: fix division import in Glassfish
Since the EJB method ran in a transaction some methods still returned
data although the tables had already been cleared in
a non-transactional connection (FlatStorage#getFlatStorageInfos).
Setting the transaction attribute of DivisionConfigurationEngineBean#importDivision
to NEVER solves this issue for me.
Since the EJB method ran in a transaction some methods still returned
data although the tables had already been cleared in
a non-transactional connection (FlatStorage#getFlatStorageInfos).
Setting the transaction attribute of DivisionConfigurationEngineBean#importDivision
to NEVER solves this issue for me.
modified
DivisionConfigurationEngineBean.java
Daniel Lichtenberger
* FxFilter#destroy: guard against multiple undeployments in the same classloader (e.g. WAR applications in an EAR)
* Division export: fixed "back" button
* Division export: fixed "back" button
changed
adm and modified 4 files
Daniel Lichtenberger
fxStream: minor update (r18)
updated
fxStream.jar
Daniel Lichtenberger
Updated quickstart guide.
modified 2 files
Daniel Lichtenberger
flexive-archetype-war: cleaned up dependencies, use JSF2
added
beans.xml, deleted faces-config.xml and modified 4 files
Daniel Lichtenberger
* Environment loading: fixed O(n^2) assignment parent resolver
* More eager cleanup on undeployment, including embedded H2 driver and datasources
* Plugged a possible redeployment leak with JBoss Cache/JGroups
* More eager cleanup on undeployment, including embedded H2 driver and datasources
* Plugged a possible redeployment leak with JBoss Cache/JGroups
added to 4
java files and modified 4 java files
- … 3 more files in changeset.
Laszlo Hernadi
check groupValidity improved + cleaned up
modified
FxContent.java
