Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Advanced calendar component (issue#852) #100

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
a374186
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 9, 2017
e1e6b6c
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 12, 2017
ff1a7c6
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 12, 2017
1e91db6
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 13, 2017
6ea5bca
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 15, 2017
c0a328c
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 21, 2017
239850f
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 22, 2017
2927edc
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 22, 2017
8c59bb4
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 22, 2017
a474952
Merge remote-tracking branch 'origin/iss852' into iss852
Seal98 Jun 22, 2017
90159b8
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 23, 2017
2678435
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 25, 2017
b4fd503
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 25, 2017
d5a88b7
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 25, 2017
6cafc67
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 25, 2017
e74e372
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 26, 2017
3222415
[WIP] Advanced calendar component (issue#852)
Seal98 Jun 26, 2017
167a8b7
[Issue #852] : Calendar event chain functionality
Seal98 Jul 10, 2017
278c574
(issue#852) Delete chain performance improved.
Seal98 Jul 11, 2017
253b3f4
[Issue #852] : Delete chain fixes
Seal98 Jul 11, 2017
019d891
(Issue#852) Refactoring
Seal98 Jul 11, 2017
50b1a5d
(issue#852) Code refactoring #2.
Seal98 Jul 12, 2017
c1c8339
(Issue#852) Create weekly series multi-days events
Seal98 Jul 14, 2017
d81279a
(Issue#852) Creating weekly series multi-days events
Seal98 Jul 14, 2017
4a27f7e
(Issue#852) Creating Monthly and Yearly series multi-days events
Seal98 Jul 15, 2017
b197851
(issue#852) creating several-days events
Seal98 Jul 25, 2017
32bd9de
(issue#852) creating events for several days
Seal98 Aug 3, 2017
e600cf8
(issue#852) creating events for several days
Seal98 Aug 3, 2017
d5bb616
(issue#852) Full day multi day events as single event
Seal98 Aug 7, 2017
939e0a5
(issue#852) Show Full day events on monthly and weekly calendar views
Seal98 Aug 15, 2017
9a54525
index on iss852: 939e0a5 (issue#852) Show Full day events on monthly …
Seal98 Aug 15, 2017
1272245
15 Aug 2017 pom.xml iss 852
Seal98 Aug 15, 2017
6deb4ec
[WIP] non-fullday events (issue#852)
Seal98 Aug 16, 2017
6c51881
(issue#852) cleaning, hided delete chain link
Seal98 Aug 19, 2017
9208e2d
Merge branch 'iss852' of https://[email protected]/Seal98/sigmah.git …
Seal98 Aug 19, 2017
d0c0413
(issue#852) Show non full day events when Date end is after Date start
Seal98 Aug 21, 2017
191d91a
(issue#852) Removed series event counter from description, Codacy fixes.
Seal98 Aug 21, 2017
22765b0
(issue#852) Multi-day hour-interval events with repetition weekly etc.
Seal98 Aug 21, 2017
02972c4
(issue#852) minor improvements
Seal98 Aug 23, 2017
b84a3b5
(issue#852) minor improvements #2
Seal98 Aug 25, 2017
43a4c97
(issue#852) Code refactoring #3.
Seal98 Aug 26, 2017
4226c63
(issue#852) Hours multi day events in style similar to full day events.
Seal98 Aug 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@
<license-maven-plugin.version>1.8</license-maven-plugin.version>

<!-- Plugins configuration. -->
<gwt.logLevel>INFO</gwt.logLevel> <!-- Available levels: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, ALL. -->
<gwt.style>OBFUSCATED</gwt.style> <!-- OBFUSCATED (production), PRETTY, DETAILED (debug). -->
<gwt.logLevel>ALL</gwt.logLevel> <!-- Available levels: ERROR, WARN, INFO, TRACE, DEBUG, SPAM, ALL. -->
<gwt.style>DETAILED</gwt.style> <!-- OBFUSCATED (production), PRETTY, DETAILED (debug). -->
<gwt.compiler.optimizationLevel>9</gwt.compiler.optimizationLevel> <!-- 0=none, 9=maximum. -->
<gwt.disableClassMetadata>true</gwt.disableClassMetadata> <!-- Disables some java.lang.Class methods (e.g. getName()). -->
<gwt.disableCastChecking>true</gwt.disableCastChecking> <!-- Disables run-time checking of cast operations. -->
Expand Down Expand Up @@ -201,13 +201,13 @@
<!-- Logger properties. -->

<log.pattern>[%-5level] {%d{dd/MM/yyyy HH:mm:ss.SSS}} [%thread] %logger{35} - %msg%n</log.pattern>
<log.level>ERROR</log.level> <!-- Available levels: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF. -->
<log.level>ALL</log.level> <!-- Available levels: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF. -->

<!-- Default database access properties, shared by both Flyway and Hibernate (may be override in profiles) -->

<sigmah.database.url>jdbc:postgresql://localhost:5432/sigmah</sigmah.database.url>
<sigmah.database.user>sigmah</sigmah.database.user>
<sigmah.database.password>sigmah</sigmah.database.password>
<sigmah.database.user>postgres</sigmah.database.user>
<sigmah.database.password>admin</sigmah.database.password>

<!-- Hibernate properties. -->

Expand Down Expand Up @@ -885,7 +885,8 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.4.201502262128</version>
<version>0.7.9</version>
<!-- version>0.7.4.201502262128</version-->
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -932,7 +933,7 @@
<!-- For gwt:run command. -->
<runTarget>/</runTarget>
<module>org.sigmah.Sigmah</module>
<extraJvmArgs>-Xmx1G -Xss256M -XX:PermSize=256M -Djava.io.tmpdir=${project.build.directory}</extraJvmArgs>
<extraJvmArgs>-Xmx1G -Xss128M -Djava.io.tmpdir=${project.build.directory}</extraJvmArgs>
</configuration>
</plugin>

Expand Down Expand Up @@ -1058,7 +1059,11 @@
<mail.auth.password></mail.auth.password>

<!-- Overrride properties for your local profile here... -->

<sigmah.database.url>jdbc:postgresql://localhost:5432/sigmah</sigmah.database.url>
<sigmah.database.user>postgres</sigmah.database.user>
<sigmah.database.password>admin</sigmah.database.password>
<files.repository.name>C:\\Users\\1\\Documents\\GitHub\\sigmah</files.repository.name>
<archives.repository.name>C:\\Users\\1\\Documents\\GitHub\\sigmah\\archives</archives.repository.name>
</properties>

<build>
Expand Down Expand Up @@ -1222,4 +1227,4 @@
</profile>
</profiles>

</project>
</project>
Loading