Commit graph

9769 commits

Author SHA1 Message Date
Lorenzo Tilve
eae256a297 ItEr07S07ArquitecturaClientesItEr06S03: Visual support for task completion
* Modified task component to include a completion resizable box
   * Linked /planner/main.zul from web.xml configuration file
   * Bugfix involving dependences overlapping box related with upper tasks
   * Linked resources.zul page from layout menu.
2009-05-05 15:22:35 +02:00
Fernando Bellas Permuy
d7881d6cd7 ItEr07S06ArquitecturaServidorItEr06S04: several typos have been fixed in README.txt and documentation about MySQL and HSQLDB haven been improved a little bit. 2009-05-05 13:17:32 +02:00
Fernando Bellas Permuy
47da4948bf ItEr07S06ArquitecturaServidorItEr06S04: pom.xml files improved and JavaDoc for navalplanner-business.
Relocated dependencies in Maven central repository haven been updated (pom.xml files), style of inclusion of dependencies has been improved (pom.xml files), profile-based approach (root pom.xml) has been improved (bug fixed for supporting multiple databases, PostgreSQL has been set as the default database, and addition of HSQLDB), README.txt updated, and JavDoc for navalplanner-business code.
2009-05-04 20:27:19 +02:00
Lorenzo Tilve
f061d5c1d3 ItEr06S03ArquitecturaClientesItEr05S03: Created layout template structure for zul pages
Planner main page modified to use /common/layouts/template.zul structure with a basic menu and footer.
Static resources as CSS and images have been reorganized in common and planner module.
2009-05-03 18:54:25 +02:00
Fernando Bellas Permuy
f6f05acc12 ItEr06S04ArquitecturaServidorItEr06S04: Fixed patterns of resources to filter.
Now, by default, only resources matching "*spring-config.xml" or "*hibernate.cfg.xml" located directly on "src/main/resources", or "*spring-config-test.xml" or "*hibernate-test.cfg.xml" located directly on "src/test/resources" are filtered. To apply the patch, rember to execute "mvn clean install" from root directory.
2009-04-30 10:26:19 +02:00
Óscar González Fernández
07912640e7 ItEr06S03ArquitecturaClientesItEr05S03: Fixing bug. When a new dependency was added, it didn't update the arrow in some edge cases. 2009-04-30 10:10:07 +02:00
Óscar González Fernández
b1555cb111 ItEr06S03ArquitecturaClientesItEr05S03: Fixing bug. When a task is removed the task detail wasn't removed. 2009-04-30 09:23:29 +02:00
Lorenzo Tilve
8c47fb0216 ItEr06S03ArquitecturaClientesItEr05S03: Hover cursor changes on planner components
Sligh changes on CSS files to highlight hover effects.
2009-04-29 16:42:47 +02:00
Óscar González Fernández
0e418ad9ae Fixing bug: When a task is removed, it kept enforcing the dependecies that came from it. 2009-04-29 15:55:37 +02:00
Óscar González Fernández
1370ffcd98 Fixing bug: When a dependency is removed, it kept enforcing the end-start rule. 2009-04-29 15:39:39 +02:00
Óscar González Fernández
8c9d2707d6 ItEr06S03ArquitecturaClientesItEr05S03: Updating ZK dependencies to the last version available(1.6.0.1) in maven repository.
Hopefully the last release(1.6.1) will be available soon.
2009-04-29 15:26:05 +02:00
Óscar González Fernández
bf1a88f6f2 ItEr06S03ArquitecturaClientesItEr05S03: Spring integration in web application.
It has been tested, but test cases are not included in the commit.
2009-04-29 12:16:50 +02:00
Óscar González Fernández
851fbb3cba Added navalplanner-business and jgrapht as dependencues in root pom.xml file. 2009-04-29 11:55:54 +02:00
Óscar González Fernández
602068169f ItEr06S03ArquitecturaClientesItEr05S03. A regression had been introduced that produced an exception when adding a new task. It is fixed now. 2009-04-28 15:46:11 +02:00
Óscar González Fernández
59cb273452 ItEr05S03ArquitecturaClientesItEr04S03: Fixing bug: If the task is aligned with the previous one, moving it backwards doesn't update the position.
The fix consists of forcing the smart update, so the position is updated even if the date is not changed. This way the new client position is discarded.
2009-04-27 22:49:31 +02:00
Javier Moran Rua
752cb910f0 Ignoring some files: eclipse configuration files, target directory, emacs backup files 2009-04-27 20:21:32 +02:00
Óscar González Fernández
981df70033 ItEr05S03ArquitecturaClientesItEr04S03: Start-End dependencies added.
It uses jgrapht library, so dependency was added.
2009-04-27 16:07:18 +02:00
Fernando Bellas Permuy
0c7857a89d maven-filtering-bug Maven filtering bug
Now filtering is applied by default only to files matching "*spring-config*.xml" and "*hibernate.cfg*.xml" located directly under "src/{main,test}/resources". After installing the patch, remember to execute "mvn clean install" from root directory.
2009-04-27 12:45:37 +02:00
Alberto Garcia
4f4fe94a8c Initial commit 2009-04-23 11:07:44 +02:00