Commit Graph

473 Commits (7dd01b6e2309d985cea80140b8cf014034797fbf)

Author SHA1 Message Date
gnosygnu 9916c3efaf Custom_wiki: Do not limit file search to subdirectories in /orig/file/
8 years ago
gnosygnu f60b94760d Mw_parse: Add initial conversion for image thumbs
8 years ago
gnosygnu 4ade9c71b1 Mw_parse: Implement most of external_links
8 years ago
gnosygnu bcd4bd46ef Cfg: Change operating-system specific config file from os.gfs to os.os_name.gfs
8 years ago
gnosygnu cf30fd140e Wiki: Support renamed folders
8 years ago
gnosygnu 9c700e4b34 Custom_wiki: Open up file in image viewer when clicking on pages in File namespace
8 years ago
gnosygnu ac13d00ef8 Custom_wiki: Integrate fs_root files into app image_cache
8 years ago
gnosygnu 3581371d29 Custom_wiki: Rename file if title has spaces to use underscore
8 years ago
gnosygnu 32b4fafe10 Mw_parse: Add merge_attributes
8 years ago
gnosygnu 78526c00c6 Custom_wiki: Refactor code; also show images on file namespace page
8 years ago
gnosygnu ca8017a876 Mw_parse: Add more implementation to link_renderer
8 years ago
gnosygnu 7bb09a8320 Mw_parse: Add Get_external_link_attribs
8 years ago
gnosygnu df45f141ca Fsdb.check: Add new command to check for missing images
8 years ago
gnosygnu 9a5c70b506 Mw_parse: Add clean_url and associated functions to sanitizer
8 years ago
gnosygnu c77e8a4374 Mw_parse: Support num_post_proto rule; clarify variable names
8 years ago
gnosygnu 7e27b5415d Mw_parse: Handle interrupt and separator logic for magiclinks
8 years ago
gnosygnu e231df0ce1 Mw_parse: Add case-match logic and more keywords for double_underscore
8 years ago
gnosygnu 31ade6aa5f Mw_parse: Add basic implementation for double_underscore
8 years ago
gnosygnu aa1f1ec801 Mw_parse: Add basic implementation for magiclinks
8 years ago
gnosygnu 7bd176f51f Parser: Fix broken tables on a few dozen en.w pages
8 years ago
gnosygnu ccd8b204c5 Embeddable: Fix video files using old v1 meta system
8 years ago
gnosygnu 6b0dcffbca Mass_parse: Fix lnki_temp merger ending prematurely
8 years ago
gnosygnu 9ea81f3b26 Embeddable: Add method to selectively clear pages from cache (additional code)
8 years ago
gnosygnu 27f6811e1f Embeddable: Add method to selectively clear pages from cache
8 years ago
gnosygnu f683e272ee Embeddable: Fix multi-threaded diffs due to non thread-safe parser function {{urldecode}}
8 years ago
gnosygnu fddc6e2737 Embeddable: Fix multi-threaded error due to null ref error when generating file urls
8 years ago
gnosygnu af5b7569ee Embeddable: Fix multi-threaded error due to incorrect locking when lowercasing template names
8 years ago
gnosygnu 6867cc23b4 Embeddable: Fix default ns_mgr being used for wikis
8 years ago
gnosygnu 99c968e1e2 Mass_parse: Update wkr_id in resume cmd
8 years ago
gnosygnu 3a3bc01e82 Parser.Uniq: Fix possible bug with readding entire page instead of only sections
8 years ago
gnosygnu f138db17ca Mass_parse: Add resume command
8 years ago
gnosygnu cef2d7e2f6 Mw_parse: Mass checkin of various mediawiki parse files
8 years ago
gnosygnu 6a5c114998 Mw_parse.Apos: Add more tests
8 years ago
gnosygnu 32a857f062 Mw_parse.Apos: Add initial implementation
8 years ago
gnosygnu f8fcb553d5 Mw_parse.Table: Support attributes
8 years ago
gnosygnu 5f1609a869 Mw_parse.Table: Add tests for basic functionality
8 years ago
gnosygnu d22c5e5f3d Mass_parse: Add perf logger
8 years ago
gnosygnu 305c2f9762 Mw_parse.Table: Add more implementation
8 years ago
gnosygnu b35a45657c Mw_parse.Block: Add initial implementation
8 years ago
gnosygnu 086cdea9fb Mw_parse.Prepro: Add more support for templates
8 years ago
gnosygnu 1c0f9f4555 Mw_parse.Prepro: Convert some calls to Strspan
8 years ago
gnosygnu 40b520ecc6 Mw_parse.Prepro: Support more heading edge cases
8 years ago
gnosygnu 46274e9b6a Mw_parse.Prepro: Support template pipe; Cover more tests
8 years ago
gnosygnu 7fae7b832b Mw_parse.Prepro: Optimize elements_trie
8 years ago
gnosygnu 2ad1be255c Mw_parse.Prepro: Support heading and onlyinclude
8 years ago
gnosygnu 683481abbd Mw_parse.Tblw: Add more implementation of tblw
8 years ago
gnosygnu 3af333e563 Mw_parse: Add more comment support
8 years ago
gnosygnu 75972fcff0 Mw_parse: Add support for gobbling single-line comments
8 years ago
gnosygnu 25f74d7d80 Mw_parse: Add equivalent of htmlspecialchar
8 years ago
gnosygnu 6ee274efd6 Mass_parse: Clear all mem when ns changes else outofmemory error
8 years ago
gnosygnu bac00076b5 Mw_parse: Support ext xml nodes
8 years ago
gnosygnu 7813e41e34 Mw_parse: Support comment
8 years ago
gnosygnu b989ff63df Mw_parse: Support bracket, template, and tplarg
8 years ago
gnosygnu 08eb098422 Parser: Escape dangling tags; do not let them gobble up rest of page
8 years ago
gnosygnu f7b088e7a8 Mw_parse: Add test for basic text
8 years ago
gnosygnu 9610db0cab Mw_parse: Add more implementation of Mw_preprocessor
8 years ago
gnosygnu d15630c433 Mw_parse: Add basic implementation of Mw_preprocessor
8 years ago
gnosygnu 006c14db4e Bldr: Add basic implementation of orig_regy.find_missing
8 years ago
gnosygnu 4bcefa2621 App_update: Add menu link to new Special page
8 years ago
gnosygnu ad646efb5c Mass_parse: Clear ns_loaded cache; Add different cache clearing methods
8 years ago
gnosygnu 5840ebe592 App_update: Use version_id as cutoff, not version_date
8 years ago
gnosygnu 19571facdd App_update: Standardize date format
8 years ago
gnosygnu 0cc664121a App_update: Do not show Special:XowaAppUpdate if brand-new install
8 years ago
gnosygnu 200356d8ff App_update: Add skip update
8 years ago
gnosygnu 0ef1a82a16 App_update: Add app-update check to startup
8 years ago
gnosygnu 3c1898b9ef Html_dump: Update title to redirected page
8 years ago
gnosygnu fed89cd89b Html: If MediaWiki:Sidebar does not exist, use language's message 'sidebar', not null
8 years ago
gnosygnu 2dc6d8c20b File_shrink: Add initial classes for file_shrink
8 years ago
gnosygnu 063cc43047 Mass_parse: Refactor log_tbl
8 years ago
gnosygnu c869327a63 Release: v4.0.0.1701
8 years ago
gnosygnu 3fdea0ec50 Xtn: Change extensions to be wiki-specific instead of app-specific
8 years ago
gnosygnu e69c557595 Math: Add math.log_check command
8 years ago
gnosygnu 87ee507220 Cfg: Adjust whitespace for two lines
8 years ago
gnosygnu eee0a7de1d Cfg: Fix multiple mis-mapped gui shortcut keys
8 years ago
gnosygnu ab4d7de36d Cfg: Uncomment debug code
8 years ago
gnosygnu cb5cf6f8a1 Cfg: Fix bind.load failure b/c browser.html_focus was base-2 instead of base-1
8 years ago
gnosygnu 86ff9e361c Cfg: Fix redirect to special pages not working when query arguments are available
8 years ago
gnosygnu 758248b6a4 Cfg: Change converter to use gfs parser; other minor changes
8 years ago
gnosygnu 562c5b5a56 Cfg: Add transaction to upgrader; handle pre-existing back file; add try / catch
8 years ago
gnosygnu 360129b7de Gui: Add hand cursor
8 years ago
gnosygnu 1b6eaca401 Cfg: Change os.default paths
8 years ago
gnosygnu 5ae70ac947 Cfg: Make minor HTML tweaks
8 years ago
gnosygnu 6df5c40b45 Cfg: Add clear for shortcut window
8 years ago
gnosygnu 0668808214 Cfg: Add gfs api for run
8 years ago
gnosygnu 1f292d96a9 Cfg: Add configure icon to io.cmd
8 years ago
gnosygnu cdcb4eca89 Cfg: Add shortcut win; Remove keypad bindings; Change shortut box from input to select
8 years ago
gnosygnu c3d4f520de Gui: Refactor IptKey; in particular, use SWING and SWT constants where possible; also handle modifers
8 years ago
gnosygnu 5c3e4287f0 Mass_parse: Refactor make cmd to merge other wkr tables such as log_basic_temp
8 years ago
gnosygnu 62c81e6d77 Math: Refactor Math classes
8 years ago
gnosygnu 32fdbc6fbe Cfg: Update cfg keys; Fix dynamic scribunto updates
8 years ago
gnosygnu 5a36b112b2 Cfg: Fix nav not working for explicit grps
8 years ago
gnosygnu 4c3ea9890d Redirect: Allow redirects to Special pages
8 years ago
gnosygnu 982cd2b848 Cfg: Rename revert / load to delete / select
8 years ago
gnosygnu da74bc6d87 Cfg: Update os_script_list
8 years ago
gnosygnu 276c884681 Cfg: Fix broken test
8 years ago
gnosygnu 15504c03a7 Cfg: Consolidate data_type and gui_type; Add some basic error validation
8 years ago
gnosygnu fd12ed88a4 Cfg: Standardize rest of cfg keys
8 years ago
gnosygnu 50092ae60a Cfg: Add gui_cls
8 years ago
gnosygnu 7da2d853a2 Cfg: Standardize some cfg keys
8 years ago
gnosygnu f04047e584 Mass_parse: Improve performance when returning Keyvals from Scribunto function
8 years ago
gnosygnu 6849ede461 Cfg: Add os_default logic for cfg defaults
8 years ago
gnosygnu f0296305d5 Cfg: Add upgrade code for old cfg system
8 years ago
gnosygnu fd2f01eb94 Cfg: Remove other old cfg classes
8 years ago
gnosygnu 08dda6a82d Cfg: Remove cfg_mgr and more of old cfg system
8 years ago
gnosygnu 1c00d41b06 Cfg: Convert 'app.setup_completed'
8 years ago
gnosygnu ac9e79bfa0 Cfg: Convert 'lang - variants'
8 years ago
gnosygnu dad76714d5 Cfg: Remove more of old cfg system
8 years ago
gnosygnu 6f3500d129 Cfg: Add better escaping for val and dflt
8 years ago
gnosygnu 460f4a323b Cfg: Convert 'toggle_mgr'
8 years ago
gnosygnu 3a4ef523dc Cfg: Add prev_version
8 years ago
gnosygnu 1ea75765d7 Cfg: Remove old prefs system
8 years ago
gnosygnu b876e4a680 Cfg: Remove parts of old config system
8 years ago
gnosygnu 345402b393 Cfg: Load defaults through gfs file not json file
8 years ago
gnosygnu 8db63bbbce Cfg: Make gfs calls temporary; also, fix layout cfg leading to bad builds
8 years ago
gnosygnu e698b1667f Cfg: Add gfs calls
8 years ago
gnosygnu afd19c1619 Cfg: Fix updating shortcut not working if shortcut is part of group
8 years ago
gnosygnu a96a239449 Scribunto: Fix extension libraries like ParserFunctions and FlaggedRevs not working
8 years ago
gnosygnu bc9633f87f Cfg: Add 'Gui - Shortcuts'
8 years ago
gnosygnu 1ffc4191a8 Cfg: Add 'Gui - Menus'
8 years ago
gnosygnu 3177979558 Cfg: Add dynamic default text feature
8 years ago
gnosygnu d380278390 Cfg: Remove 'Gui - Url bar' Symbols
8 years ago
gnosygnu b6c8b31186 Cfg: Fix 'Addon - Scribunto'
8 years ago
gnosygnu c2b4d8523f Cfg: Fix 'tidy' binary cmd
8 years ago
gnosygnu 7fd6b6c254 Cfg: Fix page_sync.manual_enabled
8 years ago
gnosygnu af21fe50ff Cfg: Fix async_db parameter
8 years ago
gnosygnu 5304e80353 Cfg: Fix default_arg for url_search
8 years ago
gnosygnu 8f1c693ec6 Search: Change Search_suggest to use auto-wildcard behavior of Special_search; Remove 'simple_search' url_arg
8 years ago
gnosygnu 7a2364d12d Cfg: Change Files - Cache from bytes to MB
8 years ago
gnosygnu c8df704385 Category: Show Hidden Categories in Hidden section
8 years ago
gnosygnu d47538e62e Cfg: Fix Category Missing Class not working
8 years ago
gnosygnu f12e3f5318 Cfg: Refactor 'Gui - Url bar'; Add better support for buttons
8 years ago
gnosygnu 74fefed754 Cfg: Refactor 'Import - General'
8 years ago
gnosygnu ba2e59fd94 Cfg: Add gui-args and readonly
8 years ago
gnosygnu 93fcec3457 Cfg: Convert rest of pages
8 years ago
gnosygnu 2b5b238bc1 Wikibase: Do not cast 'numeric-id' to 'string'; leave as 'int'
8 years ago
gnosygnu 873968b27f Cfg: Convert 'GUI - Window'
8 years ago
gnosygnu 7f97487721 Cfg: Convert 'CSS - General'
8 years ago
gnosygnu 66e1c3ecc2 Cfg: Convert 'App - Startup' (finished)
8 years ago
gnosygnu 5b42a90cd5 Mass_parse: Refactor ifexist_mgr into separate class; Load more titles into ifexist_mgr
8 years ago
gnosygnu bfc5c5b68e Cfg: Convert 'App - Startup' (start)
8 years ago
gnosygnu 2f3a3a7a16 Mass_parse: Add separate ifexists cache
8 years ago
gnosygnu 38f5f6de7c Cfg: Convert 'App - Security'
8 years ago
gnosygnu 5073db8044 Cfg: Convert 'App - Debug'
8 years ago
gnosygnu 5fbf168fb7 Cfg: Convert 'App - Content Apps'
8 years ago
gnosygnu ad5d608ba5 Cfg: Standardize Xoitm_gui_tid; add support for io.cmd
8 years ago
gnosygnu ce36e1e76a Cfg: Add id to maint parser
8 years ago
gnosygnu 3395b22d57 Cfg: Convert 'Addon - Popups' (whitespace change)
8 years ago
gnosygnu 3ebc5aa2cd Cfg: Convert 'Addon - Popups'
8 years ago
gnosygnu 42e7f5f2c6 Cfg: Convert 'Import - Dansguardian'
8 years ago
gnosygnu 200707b1c6 Cfg: Convert 'Wiki - HTML databases'
8 years ago