Commit Graph
23 Commits
Author SHA1 Message Date
clemens 6db87c64b0 Update core config.inc file (bare) 2018-05-24 17:58:17 +09:00
clemens 6dc6a58765 Fix impossible lang translate call in basic lib 2018-03-28 10:40:27 +09:00
clemens ca8da46a58 Merge branch 'master' of git.tokyo.tequila.jp:/var/lib/git/php_core 2018-03-28 10:02:27 +09:00
clemens a28e5244ab Fixes & code style changes 2018-03-28 10:02:19 +09:00
clemens 7d42256a30 PHP CodeStandard update
- all if/while/for/etc blocks have brackets on same line
- functions have brackets on new line
- no blocks without brackets
- all code starts on col 0 and there are no tab intends anymore

off: came case for classes and class methods
ignore: _ prefix functions (we can't change that anymore)
2018-03-15 17:38:33 +09:00
clemens 759b5527f8 Update LICENSE
Switched from wrong lesser GPL v3 to correct GPL v3
2018-01-10 10:58:04 +09:00
clemens 8417e60c9d Remove any old BSD License info because we switched to GPL 3
Add missing folders + gitignore files
2018-01-10 10:53:48 +09:00
clemens aec8a5ee70 Merge pull request #1 from gullevek/add-license-1
Create LICENSE
2018-01-10 10:46:41 +09:00
clemens f34d4214f4 Create LICENSE
Added missing GPL 3 License (this overrides all licenses added in the system)
2018-01-10 10:46:26 +09:00
clemens a2b6f29886 Remove old settings info 2017-12-07 14:30:57 +09:00
clemens a95d28a09f Rename the README file for github 2017-12-07 14:27:51 +09:00
clemens 42b4112a5e Merge branch 'master' of git.tokyo.tequila.jp:/var/lib/git/php_core 2017-11-28 13:33:53 +09:00
clemens 63a2495183 white space fixes 2017-11-28 13:33:40 +09:00
clemens b1a30b6dde White space fixes 2017-11-24 16:46:31 +09:00
clemens 967af4dc37 Core libraries white space fixes 2017-11-24 13:27:13 +09:00
clemens d7a43f9d24 missing space after FROM line in PK NAME query if no schema is defined 2013-12-12 18:53:10 +09:00
clemens dd7ab1d74b change the PK NAME select query from the core postgresql class to a more
faster version
2013-12-12 16:28:40 +09:00
clemens 99860e7da2 Added PK name for edit_log insert db_exec call to avoid any extra SELECT
calls
2013-12-12 13:38:08 +09:00
clemens 4d3aab2f0f PHP Core libraries
- update www/log, www/templates_c, www/tmp ignore files
2013-12-11 16:19:24 +09:00
clemens 5808151c7f PHP Core Libraries
- removed global ignores for log, tmp, template_c to per folder so I can
  add the folders
2013-12-11 15:58:37 +09:00
clemens d560ff367a PHP Core Libraries
- add missing .gitignore entries for tmp/
2013-12-11 15:52:45 +09:00
clemens 7285d3947c PHP Core Libraries
- add .gitignore for log, templates_c and tmp
- add base www/ folder
2013-12-11 15:52:08 +09:00
clemens de4db95d16 PHP Core libraries
- add 4dev/ folder
2013-12-11 15:44:33 +09:00