[root]/trunk/encuestame/encuestame-war/src/main/webapp/WEB-INF/jsp/includes

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| juanpicado | 53 (100.0%) | 252 (100.0%) | 4.7 |
Enabled web-flow for sign up user account.
3 lines of code changed in 2 files:
Social Button Css.
Facebook Connect Button.
2 lines of code changed in 1 file:
New Widgets.
7 lines of code changed in 2 files:
Group Widget Menu.
Rename menu accounts members.
1 lines of code changed in 1 file:
List TweetPoll View.
1 lines of code changed in 1 file:
TweetPoll Publish Service.
Publish Dialog.
2 lines of code changed in 2 files:
Widget TweetPoll in Progress.
1 lines of code changed in 1 file:
ShrinkSafe completed.
6 lines of code changed in 5 files:
Context Widget.
2 lines of code changed in 2 files:
Update html to jspx
14 lines of code changed in 3 files:
#!/bin/bash
DOJO_PATH=/home/jpicado/workspaceTrunk/dojo
DOJO_FOLDER_NAME=dojo
SVN_DOJO=http://svn.dojotoolkit.org/src/view/anon/all/trunk
echo 'Building Dojo'
function createSymbolic {
rm encuestame-war/src/main/webapp/resource/js/dojo
rm encuestame-war/src/main/webapp/resource/js/dojox
rm encuestame-war/src/main/webapp/resource/js/dijit
ln -s ${DOJO_PATH}/dojo encuestame-war/src/main/webapp/resource/js/dojo
ln -s ${DOJO_PATH}/dojox encuestame-war/src/main/webapp/resource/js/dojox
ln -s ${DOJO_PATH}/dijit encuestame-war/src/main/webapp/resource/js/dijit
}
if [ -d ${DOJO_PATH} ]; then
echo "Create Links"
createSymbolic
else
echo "Create Dir"
mkdir ${DOJO_PATH}
#cd ${DOJO_PATH}
echo "SVN Checkout"
svn co ${SVN_DOJO} ${DOJO_PATH}
echo "Create Links"
createSymbolic
fi
echo 'Done'
2 lines of code changed in 1 file:
TweetPoll Widget
Project Widget
6 lines of code changed in 3 files:
notifications live panel.
1 lines of code changed in 1 file:
Notifications widget.
* Status json
* notification live panel.
New methods.
1 lines of code changed in 1 file:
Error Json Handler.
Chart widgets.
Create User.
2 lines of code changed in 1 file:
Upgrading JSP files
141 lines of code changed in 10 files:
Working on New Design and Style.
* Remove jQuery and add Prototype
15 lines of code changed in 4 files:
Removed portlet test code.
Solved problem with Hibernate Search and Junit.
1 lines of code changed in 1 file:
Testing portlet on JSF with jsfportletbridge.
2 lines of code changed in 1 file:
Basic TweetPoll.
9 lines of code changed in 2 files:
Working in new theme.
3 lines of code changed in 1 file:
Adding validates on login
3 lines of code changed in 1 file:
jquery and new login form.
7 lines of code changed in 3 files:
Forgot Password Form Finished.
20 lines of code changed in 3 files: