summaryrefslogtreecommitdiffstats
path: root/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* First attempt to move to maven structurejakefeasel2012-10-0763-25696/+0
|
* Support for additional input typejakefeasel2012-10-015-7/+43
|
* Exporting more variables from QUnitjakefeasel2012-09-301-2/+2
|
* Bringing in updates from main projectjakefeasel2012-09-307-193/+187
|
* Setting proper date mask for Oraclejakefeasel2012-09-301-1/+1
|
* Tweaks for fullscreen edit modejakefeasel2012-09-302-3/+3
|
* Fixing date type for postgresJake Feasel2012-09-281-0/+1
|
* Bug with SQLite template, copyright notice for DDLBuilderjakefeasel2012-09-272-1/+9
|
* cleanupjakefeasel2012-09-272-2/+2
|
* Fixing paths to DDLBuilder, extracting templates, cleanupjakefeasel2012-09-2711-44/+50
|
* Pulling out the QUnit tests into AMD modulesjakefeasel2012-09-269-31/+234
|
* First unit test for testing header parsing, plus fixes for SQLitejakefeasel2012-09-261-3/+7
|
* Improved handling of formatted text that contains spaces, plus unit testsjakefeasel2012-09-261-137/+141
|
* Beginnings of QUnit testingjakefeasel2012-09-221-0/+1977
|
* Defaulting args passed to constructor to be empty objectjakefeasel2012-09-221-1/+1
|
* Upgrading Bootstrap to 2.0.4 (with LESS); Altering responsive layout behaviorjakefeasel2012-09-226-61/+103
|
* Adding back in reference to jQueryJake Feasel2012-09-151-1/+1
|
* Moving Handlebars templates to separate files rather than embedded in main ↵Jake Feasel2012-09-1510-14/+457
| | | | file output
* Reorganizing handlebars helpersJake Feasel2012-09-158-94/+125
|
* Removing unnecessary filesjakefeasel2012-09-154-975/+0
|
* Little organizational tweaksJake Feasel2012-09-141-68/+72
|
* Seems to be working nowJake Feasel2012-09-146-1633/+18
|
* Much progress, nearly functional againorigin/AMD_restructureJake Feasel2012-09-137-37/+578
|
* Continued progress with refactoring to use AMDJake Feasel2012-09-1342-20714/+1496
|
* Initial movesJake Feasel2012-09-1030-4/+21452
|
* Fixing Text to DDL to use selected query terminatorJake Feasel2012-09-092-10/+15
|
* Fixed new link logic to only attempt on stringsJake Feasel2012-09-051-1/+1
|
* New logic to show links when valid http URLS are include in the response bodyJake Feasel2012-09-051-0/+6
|
* Updating sponsorship contentJake Feasel2012-08-171-1/+1
|
* slightly adjusting main content height to avoid scrollbarJake Feasel2012-08-161-1/+1
|
* Support for downloading .sqlplan files for SQL Server execution plansJake Feasel2012-08-161-1/+2
|
* Bringing sponships up on the pageJake Feasel2012-08-161-1/+1
|
* Simple textarea editor instead of CodeMirror for mobile devicesJake Feasel2012-08-162-34/+110
|
* tweaking resize limit, esp. for small devicesJake Feasel2012-07-141-1/+1
|
* Keeping the blockUI messages centered when the page resizesJake Feasel2012-07-141-1/+21
|
* Don't show SQL panel help tip when the schema panel changes (untilJake Feasel2012-07-141-0/+2
| | | rebuild)
* Keeping the favorites list up to date as stars get clicked in eitherJake Feasel2012-07-121-8/+17
| | | panel
* Option for "Favorite" fiddlesJake Feasel2012-07-121-7/+45
|
* Fixing dependency config for Oracle xplan JSJake Feasel2012-07-121-1/+3
|
* Removing reference to dbTypes cacheJake Feasel2012-07-121-6/+0
|
* Adding back in forgotten references to Oracle JS libsJake Feasel2012-07-111-1/+1
|
* Apparently google analytics doesn't work within the complete handler for ↵jakefeasel2012-07-111-11/+0
| | | | requirejs
* Untracking the cached js fileJake Feasel2012-07-111-1/+1
|
* TypoJake Feasel2012-07-112-9/+8
|
* Removing unnecessary call to get user info, now that I've moved the viewJake Feasel2012-07-111-7/+0
| | | code to CF
* Automatically building a cached version of the dynamic js file used toJake Feasel2012-07-112-1/+2
| | | | bootstrap the backbone collection for dbTypes, so it can be included in the minified code bundle.
* New plugin to automatically build the main module upon applicationJake Feasel2012-07-1022-3035/+2563
| | | reload, plus the display code that uses it
* Merge branch 'master' into requirejsJake Feasel2012-07-084-74/+201
|\
| * Better implementation of object inheritanceJake Feasel2012-07-082-36/+34
| |
| * handling empty schemas in WebSQLJake Feasel2012-07-071-5/+6
| |
| * Refactoring some of my sqlite code, plus more little CSS tweaksJake Feasel2012-07-073-41/+39
| |
| * Typo in confirm textJake Feasel2012-07-071-1/+1
| |
| * Option to switch from SQL.js to WebSQL when availableJake Feasel2012-07-072-2/+34
| |
| * Bringing back localStorage to keep track of fiddles used when not loggedJake Feasel2012-07-061-4/+102
| | | | | | in; fixing boneheaded mistake in user fiddles query
* | Adding back in forgotten reference to idselector.js, and rhino's js.jarJake Feasel2012-07-051-1/+1
| |
* | Breaking out formerly-static chunks into wheels partials, moving theJake Feasel2012-07-022-35/+6
| | | | | | call to dbTypes to a script that can be optimized with requirejs
* | Getting started with requirejsJake Feasel2012-06-304-64/+11549
|/
* Formatting dates before they are uploaded to the serverJake Feasel2012-06-291-1/+1
|
* Adding logic to forget fiddlesJake Feasel2012-06-271-8/+39
|
* Loading fiddle history from localStorage into server tableJake Feasel2012-06-271-1/+45
|
* Building something useful to show in "My Fiddles" for browser-basedJake Feasel2012-06-261-1/+19
| | | databases
* Refactoring user fiddle log functions, changing user_fiddles to storeJake Feasel2012-06-261-13/+35
| | | | aggregates rather than raw log, changing query to reflect structure change
* Login cleanup, option to remember login, and keeping hash consistentJake Feasel2012-06-262-3/+67
| | | after login / logout
* Considerable progress with My Fiddles - previews for schema struct,Jake Feasel2012-06-243-1/+402
| | | query sets, buttons for dismissal, etc....
* Basic functionality for "my fiddles" back in place, now tied to userJake Feasel2012-06-161-2/+15
| | | account
* Fixing conflict between idselector code and underscore.jsJake Feasel2012-06-122-0/+536
|
* Integrating login with homepageJake Feasel2012-06-121-0/+7
|
* Merge branch 'master' into oauthJake Feasel2012-06-105-110/+165
|\
| * Preventing sqljs from running empty queriesJake Feasel2012-06-071-63/+58
| |
| * Fixes for alternate terminators for SQLite. Also a check for Railo / ACFJake Feasel2012-06-063-23/+33
| | | | | | for regexp bug
| * Adding statement separator UI controlsJake Feasel2012-06-062-10/+51
| |
| * More use of field prefixes and a new use of table prefixes, to escapeJake Feasel2012-06-041-16/+25
| | | | | | reserved words
* | Removal of my fiddles, start of openid uiJake Feasel2012-06-042-154/+4
|/
* check that linked set actually existsJake Feasel2012-05-311-2/+5
|
* Better highlighting of linked set, plus bug fix for browser-basedJake Feasel2012-05-311-2/+0
| | | query linkage
* Bug fix with browser-based engines and event routingJake Feasel2012-05-301-11/+11
|
* Refactoring some routing javascript; adding links to specific setsJake Feasel2012-05-291-135/+88
|
* Click-able expansion for browser objectsJake Feasel2012-05-261-0/+6
|
* Yet another bug fix with help tipsJake Feasel2012-05-241-6/+3
|
* Help tip bug fixesJake Feasel2012-05-231-1/+6
|
* Logic controlling when the help messages are displayedJake Feasel2012-05-231-2/+25
|
* Moving to POST instead of GET for SQLFormat, to support larger queriesJake Feasel2012-05-171-1/+1
| | | | Mentioning SQLFormat in the About page About page cleanup
* Bug fix for displaying zero values in plaintext modeJake Feasel2012-05-171-15/+12
|
* Changing format type to not require running the query againJake Feasel2012-05-171-1/+1
|
* Merge branch 'master' of git@github.com:jakefeasel/sqlfiddle.gitJake Feasel2012-05-171-1/+1
|\
| * Render bug with SQL Server QP, particularly in FFJake Feasel2012-05-161-1/+1
| |
* | New plaintext query output formatJake Feasel2012-05-172-11/+93
| |
* | Cleaning up unused javascript filesJake Feasel2012-05-177-1256/+0
|/
* Initial changes necessary to auto-format SQLJake Feasel2012-05-151-1/+14
|
* Much more compact storage of fiddle historyJake Feasel2012-05-141-3/+3
|
* Initial working browser functionalityJake Feasel2012-05-122-44/+122
|
* Support for introspection on the back-end databases, returned as part ofJake Feasel2012-05-101-14/+19
| | | the json response
* Working schema structure retrieval function for SQLite optionsJake Feasel2012-05-103-0/+58
|
* Handling cases where pending changes might be lost from navigationJake Feasel2012-05-091-2/+26
|
* Fix to display null values as "(null)"Jake Feasel2012-05-051-4/+8
|
* bug in height calculation in resize functionJake Feasel2012-05-041-1/+1
|
* Improvements to the browser context options, so when one fails the otherJake Feasel2012-05-043-14/+30
| | | is more easily available (Firefox primarily)
* Fixes to websql code, primarily for safariJake Feasel2012-05-041-15/+51
|
* fixing bugs that cropped up when exceptions were thrownJake Feasel2012-05-041-2/+4
|
* Tweaks to gutter CSSJake Feasel2012-05-041-3/+3
|