This website requires JavaScript.
Explore
Help
Register
Sign In
Hiddenden
/
beef
Watch
2
Star
0
Fork
0
You've already forked beef
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6d19b04f606cc0ea33afc06efb05f6617e751091
beef
/
core
/
main
History
antisnatchor
6d19b04f60
Using _ instead of . for DB table names: this convention ([a-z0-9_]) follow best-practices, and in this way there is no need to use a backtick when writing sql queries in MySQL (or in the future PostreSQL)
...
git-svn-id:
https://beef.googlecode.com/svn/trunk@1033
b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-27 14:26:44 +00:00
..
client
(Fixes issue 350) There is no discernible difference between FF4 and FF5 This may prove similar to Chrome now FF are on a shorter release cycle.
2011-06-27 11:53:39 +00:00
constants
(Fixes issue 299): now commands are sorted by working-kind (working commands firsts). Also replaced numbers with constants for future code maintenance.
2011-04-24 15:38:28 +00:00
distributed_engine
/models
Using _ instead of . for DB table names: this convention ([a-z0-9_]) follow best-practices, and in this way there is no need to use a backtick when writing sql queries in MySQL (or in the future PostreSQL)
2011-06-27 14:26:44 +00:00
handlers
Created API Security Path mapping procedures. Fixes issue 340
2011-06-26 01:29:11 +00:00
models
Using _ instead of . for DB table names: this convention ([a-z0-9_]) follow best-practices, and in this way there is no need to use a backtick when writing sql queries in MySQL (or in the future PostreSQL)
2011-06-27 14:26:44 +00:00
network_stack
Fixes issue
#328
. Dynamic handler now passes response headers correctly
2011-04-26 09:57:03 +00:00
command.rb
Changed reliance upon filename to the configuration system. This works towards fixing issue
#322
2011-04-28 01:12:58 +00:00
configuration.rb
Moving nextgen from a branch to the trunk!!!
2011-04-20 07:54:56 +00:00
crypto.rb
Moving nextgen from a branch to the trunk!!!
2011-04-20 07:54:56 +00:00
logger.rb
Moving nextgen from a branch to the trunk!!!
2011-04-20 07:54:56 +00:00
migration.rb
Moved module configuration elements into thier config.yaml. File and Data keys have not been moved yet. When migration is started the module's database elements are pushed into their config hash. This is in preperation for the admin_ui refactor
2011-04-21 04:59:55 +00:00
server.rb
Created API Security Path mapping procedures. Fixes issue 340
2011-06-26 01:29:11 +00:00