FrancescoUK
8eba67ceb8
Merge branch 'master' into ci3 ( #284 )
2016-01-22 14:57:25 +00:00
jekkos
1148ef1595
Install grunt-cli in docker container ( #284 )
2016-01-22 14:43:53 +01:00
jekkos
bcbdee3a50
Fix test execution for travis-ci (grunt invocation)
2016-01-22 13:37:30 +01:00
jekkos
cfbb700f0c
Add symlink for node in Dockerfile
2016-01-22 13:10:23 +01:00
FrancescoUK
95f6738d5b
Fix package.json version to be 2.4 ( #284 )
2016-01-22 11:31:13 +00:00
FrancescoUK
0cde54e985
Merge branch 'master' into ci3 ( #284 )
2016-01-22 08:39:24 +00:00
jekkos
a3d3cfad61
Use Dockerfile in travis-ci setup ( #284 )
...
Set version in package.json
2016-01-22 08:18:40 +01:00
FrancescoUK
b89e9c56cc
Merge branch 'master' into ci3 ( #284 )
2016-01-21 18:38:48 +00:00
jekkos
192955b33d
Fix receipt barcode generation for docker (add php5-gd lib to Dockerfile) ( #284 )
...
Make setup scripts with CI3
2016-01-21 18:30:06 +01:00
jekkos
9048d68baf
Make docker work wig
2016-01-21 16:23:17 +01:00
jekkos
2b70762b7a
Use ubuntu trusty for Docker container + add startup scripts ( #284 )
...
Add Grunt concatenate for sql scripts (migrate + db init) (#289 )
2016-01-20 18:47:44 +01:00
FrancescoUK
de2d034377
Update database/tables.sql script with new sessions table ( #120 )
2016-01-19 12:00:51 +00:00
FrancescoUK
f941a45d13
Update Copyright notice ( #120 )
2016-01-19 11:21:08 +00:00
FrancescoUK
4280e05679
Make the data blob NOT NULL in the SQL upgrade script ( #120 )
2016-01-19 08:24:58 +00:00
FrancescoUK
830f714a44
Change sessions to be stored in database and add SQL upgrade script 2.3.4 to 2.4 ( #120 )
2016-01-18 23:01:42 +00:00
FrancescoUK
f8c9acd88f
Fix to custom fields that cannot be null on Items save ( #120 )
2016-01-18 20:15:24 +00:00
jekkos
d67f08d842
Add (temp) fix for cur_page conuter in CI pagination libary ( #120 )
...
Fix .htaccess file
2016-01-18 19:23:44 +00:00
FrancescoUK
3c22f9069b
Restore padding in pagination links, now it uses css ( #120 )
2016-01-17 19:02:08 +00:00
FrancescoUK
c2eaf88d74
Upgrade to CI 3.0.4 ( #120 )
2016-01-17 18:33:26 +00:00
FrancescoUK
b72d620b15
Added comments to some controller functions and improved spacing to improve readibility of code ( #120 )
2016-01-17 17:56:54 +00:00
FrancescoUK
dce413631c
Make NULL to be null all over the code for consistency purposes ( #120 )
2016-01-16 22:08:43 +00:00
FrancescoUK
5468127e2f
Further review and fixes to input->post(...) ( #120 )
2016-01-16 22:04:12 +00:00
FrancescoUK
d66e6ab6ef
Fix to items search not working due to input->post returning null ( #120 )
2016-01-15 22:53:09 +00:00
FrancescoUK
a3929d2c6f
Merge remote-tracking branch 'jekkos/master' into ci3
...
# Conflicts:
# application/config/database.php.tmpl
2016-01-15 18:57:11 +00:00
jekkos
b5cc1542b6
Merge branch 'master' of https://github.com/jekkos/opensourcepos
2016-01-13 18:58:40 +01:00
jekkos
1a77960daa
Update README.md with instructions for Docker setup
2016-01-13 18:57:44 +01:00
jekkos
301fbf4427
Merge pull request #283 from ais-one/ais-one-php7-fix
...
php7 fixes
2016-01-13 17:59:01 +01:00
Aaron Gong
2f0666325f
PHP7 Fix
...
Use __construct as constructor instead of Class name
2016-01-13 15:59:37 +08:00
Aaron Gong
d0c765ce20
PHP7 fix
...
Change driver from mysql to mysqli
2016-01-13 15:58:20 +08:00
jekkos
a1ad99cc0d
Add Dockerfile. Ospos is now containerized. Pull image from
...
docker build -t me/ospos git://github.com/jekkos/opensourcepos.git
then run
docker run -it me/opensourcepos
And head to port 80 to login to a new ospos install.
2016-01-13 08:45:10 +01:00
jekkos
2d0b20499e
Set correct locale for Dutch (Belgium)
2016-01-11 18:53:57 +01:00
FrancescoUK
5b01e60ed2
Merge branch 'master' #274 change into ci3
2016-01-10 13:13:55 +00:00
jekkos
26ff81ab71
Generate languages for German (Swiss) #274
2016-01-09 17:29:57 +01:00
Thorsten
da3349765a
Add de_CH language (by nano-riff #274 )
2016-01-09 16:46:00 +01:00
FrancescoUK
b470fbfb3d
Fix merge miss in constants.php ( #120 )
2016-01-07 20:57:57 +00:00
FrancescoUK
1f86842757
Complete CI 3.0.3 upgrade since it wasn't done in full ( #120 )
2016-01-07 20:16:59 +00:00
FrancescoUK
de47b11880
Remove application/errors, upgrade Step 8 ( #120 )
2016-01-07 19:09:53 +00:00
FrancescoUK
6b2b3969ec
EXT constant deprecated, upgrade Step 20 ( #120 )
2016-01-07 19:09:53 +00:00
FrancescoUK
14c5a0823b
Follow upgrade guideline Step 9 ( #120 )
2016-01-07 19:09:53 +00:00
FrancescoUK
98b5c8da28
Fix reports error due to report.php now being Report.php ( #120 )
2016-01-07 19:09:53 +00:00
FrancescoUK
cd7060afed
Change config language to be 'en' consistent with the OSPOS language identifiers ( #120 )
...
However language support doesn't work properly at the moment.
2016-01-07 19:09:53 +00:00
FrancescoUK
0787264f71
Improve .htaccess with some security rules ( #120 )
2016-01-07 19:09:53 +00:00
FrancescoUK
347609d20c
Upgrade config.php and database.php.tmpl to CI 3.0.3 versions ( #120 )
...
Apparently the upgrade wasn't complete.
2016-01-07 19:09:53 +00:00
FrancescoUK
0340dc7ffc
Remove application/config.php and database.php ( #120 )
2016-01-07 19:06:35 +00:00
Toni Haryanto
d8057830c6
Upgrade to Code Igniter 3.0.3 ( #120 )
2016-01-07 19:06:35 +00:00
jekkos
4ddde65b41
Bump version to 2.3.4
...
Update dutch translation for company_name
Fix timeformat for date filtering in items module
2016-01-07 19:53:52 +01:00
jekkos
c408afad67
Cleanup migration script, mostly working now ( #262 )
2.3.3
2016-01-05 17:41:43 +01:00
jekkos
b1ba7d0afe
Split up database.sql in scripts for tables and contraints.
...
Use both new scripts in phppos_migrate.sql
2016-01-05 07:41:49 +01:00
FrancescoUK
31a223cece
Merge pull request #272 from daN4cat/master
...
#271 fix to error witn xampp due to a spurious "git"
2016-01-04 22:13:29 +00:00
FrancescoUK
3bd778737f
#271 fix to error witn xampp due to a spurious "git"
2016-01-04 22:09:38 +00:00