summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-17Updated build script to handle 'checksum' targetGiulio Cesare Solaroli6-9/+62
The build script can now be invoked, for example, with the following options: > ./scripts/build checksum --frontend beta gamma
2013-04-17Merge pull request #47 from jokajak/gitCheckGiulio Cesare Solaroli1-1/+2
add friendly error message when the git python module can't be found
2013-02-21add friendly error message when the git python module can't be foundJosh1-1/+2
also hides the exception
2013-01-31Updated Copyright claimsClipperz422-7541/+23450
- updated reference dates; - removed reference to Community Edition; - normalized logging using Clipperz.log[Warn|Error|Debug]
2013-01-31Removed Clipperz Copyright claim to external library filesClipperz24-600/+0
Removed Clipperz Copyright claim wrongly attached to external library files by the sync script that updated the public repository work area when the changes are committed to the private repository.
2013-01-31Simplified Backend property filesClipperz3-17/+3
Removed extra info not actually used
2013-01-18Improved the reporting of the MAC while buildingClipperz1-3/+12
2013-01-18Fixed error when importing dataClipperz1-2/+7
2013-01-10Fixed account preference savingClipperz1-1/+2
Saving preferences was still invoking an old method removed since the unification of the backend
2013-01-09Fixed name of the exit page for /gammaClipperz1-1/+2
2013-01-09Merge latest changes with public repositoryClipperz3-7/+8
2013-01-09Fixed conflictClipperz1-6/+0
2013-01-09Merge branch 'master' of github.com:clipperz/password-managerClipperz4-4/+25
Conflicts: frontend/beta/css/yui-extensions/basic-dialog.css
2013-01-09Fixed application version display on /gammaClipperz2-1/+2
2013-01-09Fixed application version display on /gammaClipperz2-2/+5
2013-01-09Fixed build scriptClipperz1-7/+7
Changed the build script in order to replace placeholders even if present multiple times
2013-01-09Fixed application version ID + linkClipperz4-5/+6
Fixed the display of application version in /gamma, and added a link to the specific code version on GitHub
2013-01-09Updated .gitignoreClipperz1-1/+3
Added java source code and build script to the ignore file. This allows to keep java code into the workarea in order to build release artifacts, without having to commit it to the public repository.
2013-01-09Added JQTouch and Zepto librariesClipperz22-0/+3518
JQTouch and Zepto are tentatively used for the mobile version of Clipperz. No final commitment has been made, though.
2013-01-08Added properties for 'dev' backendClipperz1-0/+9
Added an extra 'dev' backend, useful when testing the application during development. A dev-proxy script also helps in working separately on frontend and backend code.
2013-01-08Updated version of /gammaClipperz182-2293/+7908
Tons of changes, included a new draft of the mobile version (still VERY rough)
2013-01-08Fixed corrupted card problemClipperz3-14/+24
Changes that check for a weird condition that was causing cards to get corrupted. A similar change has been applied also to /gamma (in a different commit, though)
2013-01-08Added references to static resourcesClipperz1-2/+6
Added the list of static resources that need to be copied when assembling the application
2013-01-08Fixed image referencesClipperz1-10/+11
2013-01-08Fixed 'dump'Clipperz1-1/+1
The new application layout (single backend with multiple versions of frontend application) handle 'dump' requests (aka 'offline copy') from a different url
2013-01-08Updated builder scriptClipperz10-32/+293
2013-01-08Updated /beta imagesClipperz61-0/+0
Not sure exactly what the differences are, but 'git' marked them all as modified
2013-01-08Fixed image paths in CSS filesClipperz16-369/+369
CSS should not use external images (to let the offline copy work smoothly), but some resources are still external
2012-07-12Merge pull request #43 from jokajak/issue39Giulio Cesare Solaroli1-1/+10
Add a fall-back repository class for SNAPSHOTS
2012-06-19Add a fall-back repository class for SNAPSHOTSJosh1-1/+10
Create a new SnapshotRepository class that returns SNAPSHOT as the version Should let you build if there are any problems with your git repo
2012-06-16Merge pull request #41 from jokajak/compactFixGiulio Cesare Solaroli1-1/+1
Fix the Clipperz Compact link
2012-06-16Merge pull request #42 from jokajak/issue38Giulio Cesare Solaroli1-2/+0
Remove reference to missing images
2012-06-16Merge pull request #40 from jokajak/issue37Giulio Cesare Solaroli1-2/+8
fix the cancel button for editing cards
2012-06-16Remove reference to missing imagesJosh1-2/+0
This removes references to image files that are missing that don't affect the display.
2012-06-16Fix the Clipperz Compact linkJosh1-1/+1
The clipperz compact link should be relative to the current path
2012-06-16fix the cancel button for editing cardsJosh1-2/+8
The javascript was checking for the parameters assuming the backend provided version information. The community edition backend does not supply any versioning information so the javascript checks both locations
2012-03-19Merge pull request #36 from jokajak/buildFixGiulio Cesare Solaroli1-2/+9
add code to handle older version of GitPython
2012-03-19add code to handle older version of GitPythonJosh1-2/+9
2012-03-17Merge pull request #35 from gcsolaroli/masterGiulio Cesare Solaroli3-4/+7
Merged pull request #33
2012-03-17Merge branch 'buildFix' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli3-4/+7
Conflicts: frontend/gamma/properties/gamma.properties.json
2012-03-17Merge pull request #34 from gcsolaroli/masterGiulio Cesare Solaroli49-3294/+1846
Fixed some resources
2012-03-17Updated /gamma web cssGiulio Cesare Solaroli6-2768/+1223
2012-03-17Fixed frontend properties and updated MochiKit versionGiulio Cesare Solaroli43-526/+623
2012-03-17define html.template for beta and gamma frontendsJosh2-2/+6
2012-03-17Merge remote-tracking branch 'upstream/master'Josh3-13/+31
2012-03-17Merge pull request #32 from gcsolaroli/masterGiulio Cesare Solaroli1-7/+11
Improved build scripts
2012-03-17Improved build scriptsGiulio Cesare Solaroli1-7/+11
Improved the detection of the correct repository class to use. Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Merge pull request #31 from gcsolaroli/masterGiulio Cesare Solaroli4-13/+29
Updated build scripts
2012-03-17Merge branch 'buildScript' of https://github.com/jokajak/password-managerGiulio Cesare Solaroli2-6/+8
Conflicts: scripts/builder/repository.py Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>
2012-03-17Some fixes to build scripts getting ready to handle the mobile versionGiulio Cesare Solaroli3-8/+22
Signed-off-by: Giulio Cesare Solaroli <giulio.cesare@clipperz.com>