summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2013-03-07typoCeBe
2013-03-07additional ouput for importSqlFileCeBe
2013-03-07fixed saved data to be escaped properlyCeBe
2013-03-06improved output for importSqlFileCeBe
2013-03-06improved output for importSqlFileCeBe
2013-03-06improved output for importSqlFileCeBe
2013-03-06fixed problem with npmCeBe
2013-03-06a script that allows importing old etherpad dbCeBe
this script allows you to import the sql file generated with convert.js into all supported dbms, not only MySQL
2013-02-27Fix bin/extractPadData on windowsMarcel Klehr
2013-02-26remove console errorJohn McLear
2013-02-26fix deletePad script by remembering not to miss a callback..John McLear
2013-02-26a cli tool for deleting padsJohn McLear
2013-02-18fix path for windowsJohn McLear
2013-02-18no need to parse already parsed jsonJohn McLear
2013-02-18remove cruftJohn McLear
2013-02-18fix extract and checkPadJohn McLear
2013-02-12Update bin/loadTesting/READMEJohn McLear
2013-02-10change messageJohn McLear
2013-02-10please wait msgJohn McLear
2013-02-10update jquery 1.7.1 -> 1.9.1Manuel Knitza
2013-01-22Update bin/convert.jsManuel Knitza
'lil typo
2013-01-17Fix #1367: async.series was lacking callback in checkPad.jsMarcel Klehr
2013-01-15Load npm before everything else in checkPad.jsmluto
2013-01-14Merge pull request #1328 from mluto/run-sh-root-argumentJohn McLear
Added --root argument to run.sh to bypass the root-check, fix for #1324
2013-01-13Add log4js config settingMarcel Klehr
2013-01-06Added error-handling for npmmluto
2013-01-06Fixed extractPadData.js, #1320mluto
2013-01-06Added --root argument to run.sh to bypass the root-check, fix for #1324mluto
2012-11-22Fix urls, use github.com/etherHyacinthe Cartiaux
Signed-off-by: Hyacinthe Cartiaux <hyacinthe.cartiaux@uni.lu>
2012-11-19Only show errors/warnings on npm install [windows]Marcel Klehr
2012-11-19Show errors on npm installMarcel Klehr
2012-11-16fix tiny error of missing spacejohnyma22
2012-11-16dont forget to allow for cleanupjohnyma22
2012-11-16mheh, better way of handling the buidl for windows scriptjohnyma22
2012-11-16Resolve #1171 by not including tests in windows buildjohnyma22
2012-11-15Merge pull request #1162 from ether/windows-build-script-exclusionsJohn McLear
Dont include git history in the windows .zip
2012-11-15Dont include git history in the windows .zipMarcel Klehr
git history is located in .git/objects
2012-11-14Merge pull request #1150 from marcelklehr/fix/script-migrate-dirty-mysqlJohn McLear
Fix #1142 error in bin/migrateDirtyDBtoMySQL.js
2012-11-13Merged branch feature/frontend-testsPeter 'Pita' Martischka
2012-11-09Fix #1142 error in bin/migrateDirtyDBtoMySQL.jsMarcel Klehr
npm must be npm.load'ed before using it
2012-11-07added solaris compatibility: removed -v flag from cp, witch is not known by ↵Bastian
solaris cp // added condition for gnu-grep (ggrep), solaris grep has no -o flag
2012-11-01less noisePeter 'Pita' Martischka
2012-10-25add a script to migrate from dirtyDB to MYSQL thanks to ↵John McLear
http://blog.codeborne.com
2012-10-25fix paths in convert.js so it worksJohn McLear
2012-09-11Update bin/installOnWindows.batJohn McLear
2012-08-01Use latest node version in buildForWindows.shMarcel Klehr
2012-08-01Fix buildForWindowsMarcel Klehr
2012-08-01Exit on install if node is not installed.Marcel Klehr
2012-08-01Simplify windows installMarcel Klehr
Don't download node.exe and jquery on install Check node version Exit on error
2012-07-05Correct casingJohn McLear