Timeline
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
65 check-ins using file lib/input.php version 31d1e3102b
2019-07-22
| ||
01:14 | Fixed title/description extraction. check-in: dedb921ea3 user: mario tags: trunk | |
2018-06-07
| ||
21:35 | Add freshermeat, repology to /links page; aux: more current spam keywords. check-in: 4420f00d61 user: mario tags: trunk | |
2018-01-21
| ||
10:26 | Remove linux.com software check-in: 4d70d4206f user: mario tags: trunk | |
2017-06-12
| ||
23:11 | Check for UTF-8 encoding mismatches before piping row to feed. Also: add `summary` field. check-in: de80c25858 user: mario tags: trunk | |
2017-01-31
| ||
18:43 | Additional howto/comments on login page regarding `lock` field requiring proper password hash or OpenID handle. check-in: f21257ed67 user: mario tags: trunk | |
18:42 | Recent updates to basic spam blacklist. check-in: 792720840e user: mario tags: trunk | |
2016-11-03
| ||
21:29 | Hash any literal passwords. check-in: 322785403d user: mario tags: trunk | |
16:58 | Fixed HTML escaping for password field. check-in: 453b4e3a7d user: mario tags: trunk | |
2016-05-31
| ||
10:14 | Change `f_version()` back to allow meta characters `~+()#/@:` in release versions. check-in: 9c4fb2c6b2 user: mario tags: trunk | |
2016-05-05
| ||
02:13 | A bit more padding-top check-in: 162e7d3eb3 user: mario tags: trunk | |
02:13 | Add `debian` changelog autoupdating method. check-in: a53e4ee480 user: mario tags: trunk | |
02:12 | Raise version to 0.8.3, add freshfoss.com as toplink. check-in: 5b7b92d159 user: mario tags: trunk | |
02:11 | Edit spam filter. check-in: baa7cdd341 user: mario tags: trunk | |
02:10 | Allow delayed inserts (releases.json with preset t_published timestamp) check-in: b738d1c708 user: mario tags: trunk | |
2016-03-27
| ||
21:55 | Add basic spam checks. check-in: 95fcd4b384 user: mario tags: trunk | |
2016-03-09
| ||
23:12 | Introduce &offset= parameter for xfer.json feed, as memory gets depleted too quickly from assembling the JSON structure (and json_encode uses twice as much afterwards). check-in: 23c16a1441 user: mario tags: trunk | |
2016-03-08
| ||
22:58 | Introduce $renamed_proj[] aliasing. check-in: bfb37e7d77 user: mario tags: trunk | |
22:57 | Archive screenshots to ALL.txz for mirrors. check-in: d3b762bc93 user: mario tags: trunk | |
2015-08-28
| ||
06:14 | Change "Update infos" to "Update project". check-in: 4722f13f26 user: mario tags: trunk | |
2015-06-20
| ||
03:32 | Change minimum `name` length to 2…33 check-in: 9e2363af88 user: mario tags: trunk | |
2015-05-15
| ||
19:07 | Filter duplicate entries from SF.net file feed. check-in: 6b2e4d3950 user: mario tags: trunk | |
2015-04-29
| ||
20:53 | Summarized changes directly from /changelog check-in: 570f97a5af user: mario tags: trunk | |
2015-04-21
| ||
19:52 | Return just HTTP 200 status with project:{name:null} on non-existing entries. Alias "hide" and "hidden" fields. check-in: 49047f4b8d user: mario tags: trunk | |
2015-04-20
| ||
23:00 | Separate 501-Not-Implemented for unknown request methods. Copy "image" URL as literal field, but use "image" link from urls{} dict only with valid file "extensions". Use 495-Cert-Error for SSL authorization (status code from nginx). Use HTTP_USER_AGENT now generally as `submitter_openid` placeholder. check-in: 82a553d62c user: mario tags: trunk | |
22:57 | Introduced "summary" field on /submit form. Currently .semi-visible because it's not displayed yet anywhere, and existing project entries need update first. check-in: cd58099048 user: mario tags: trunk | |
22:56 | Broke up main RewriteRule for readability and constraining subpage input. check-in: baa05022e2 user: mario tags: trunk | |
2015-04-15
| ||
15:13 | Prepared default filter for short project `summary` field. Limited to 200 chars in the DB, but just 160 for current usage. (Still needs UI/submit form integration anyway.) check-in: a1206e67e3 user: mario tags: trunk | |
15:12 | Marked state_tag and scope_tags as static. check-in: bba6d0fc18 user: mario tags: trunk | |
15:11 | Removed spurious $_SESSION dumping. check-in: 2a72d8ceec user: mario tags: trunk | |
15:11 | Fixed testing php warning log. Disabled $OBSOLETE placeholder fields for GET requests. Consolidated state/scope population from `release_tags`. Fixed license_tags collection. Filter out empty urls{}. Removed `submitter` from fields, now just `author`, and always there. Separated out requires_ssl_cert(); still disabled for testing. Return HTTP 204 Empty Content, include {project{name:null}} along error msg. check-in: c03fe08f2f user: mario tags: trunk | |
2015-04-14
| ||
20:39 | Brought API handler in line with documentation, and current field normalizations `project_tags`, `release_tags` and `license_list`. Some older names still mapped/aliased. check-in: 3bc0c88d9d user: mario tags: trunk | |
19:23 | Add $OBSOLETE stub entries for old field names. check-in: 7e025c1782 user: mario tags: trunk | |
18:56 | Just use "g+" for Google plus link instead of Unicode glyph. check-in: cb12ba0b92 user: mario tags: trunk | |
12:09 | Implement v0.5 API, untested/debugging verison, locked to test.db. Only URLs field needs special handling now. Unpacking/repacking separated out. JSON request payload "project", "release" and "urls" rejoining prepared. check-in: fe27ad1b87 user: mario tags: trunk | |
12:07 | For resiliency support `set_password` update in session handler. Prepare login page for complaints about visible text field. (Alternatively just placeholder=notice for login feedback). check-in: d7ae58c7dd user: mario tags: trunk | |
12:05 | Add `summary` table field (oneliner, to be used in rss/search/twitter, and somewhen later frontpage listings). check-in: 3e849fb034 user: mario tags: trunk | |
2015-04-12
| ||
15:26 | API locked against `test.db` (needs an inspection UI still) for now. Mostly untested implementation of CREATE/new_project() method with SSL cert requirement. check-in: 884a3cd028 user: mario tags: trunk | |
15:25 | Support for per-project password locking and login. check-in: 990092aba4 user: mario tags: trunk | |
2015-04-11
| ||
21:28 | API default SSL cert for CREATE /projects/new.json requests. check-in: b7a652b950 user: mario tags: trunk | |
2015-04-05
| ||
18:20 | Remove "already". Reads like a bug, when it should just be informational. check-in: 0a262f81a7 user: mario tags: trunk, 0.8.0 | |
18:20 | Width limit for sidebar. check-in: e34c957b76 user: mario tags: trunk | |
18:19 | Firefox misinterprets `whitespace:no-wrap` again. check-in: 019dafd5a8 user: mario tags: trunk | |
18:19 | Fixed "TUV" link. And raise preview size to 120x90 now. check-in: f1a7b0b015 user: mario tags: trunk | |
18:18 | Cut down the title length to 64 chars beforehand. (New layout expands too much else.) check-in: 5fdce9467d user: mario tags: trunk | |
18:18 | Full sized preview image 160x120 check-in: 0ab86b164c user: mario tags: trunk | |
2015-03-24
| ||
20:07 | Fix spacing to header block. Correct nowrap issue for title/version/datetime in .project headers (Firefox). check-in: 5bda659526 user: mario tags: trunk | |
20:06 | Spread out project name letters further (ABC, DEF, GHIJ, KL, MN, OPQ, RS, TUV, WXYZ, 0-9) to match up with current distribution. check-in: 1c319c982b user: mario tags: trunk | |
18:24 | Mini template includes for new table #mainsplit and .container-width check-in: 783542f508 user: mario tags: trunk | |
18:23 | Updated stylesheet to use table-layout for #main/#sidebar split. Padding still needs work. check-in: 686e87487e user: mario tags: trunk | |
2015-03-11
| ||
22:41 | Autoupdate support for LaunchPad project URLs. (Uses `release_notes` field from Launchpad devel API.) check-in: 8057ad9fad user: mario tags: trunk | |
2015-03-08
| ||
00:17 | Fix launchpadlibrarian user image lookup, and github avatar url regex. check-in: 9081585b19 user: mario tags: trunk | |
2015-03-04
| ||
19:41 | Don't keep destroyed2 state. check-in: 334b3412d8 user: mario tags: trunk | |
19:41 | Allow only 1-letter proj_name suffixes. check-in: 8fa4e98a21 user: mario tags: trunk | |
2015-02-25
| ||
19:10 | Omit `deleted` entrys from spotlight. check-in: 3778635df7 user: mario tags: trunk | |
2015-01-20
| ||
16:03 | Filter addition for spammy GitHub releases. check-in: 39ab60dd4c user: mario tags: trunk | |
2015-01-18
| ||
22:49 | Remove doubled `em` tag. check-in: 3622816360 user: mario tags: trunk | |
22:43 | Launchpad-releases for frontpage sidebar. check-in: 6df868d8f9 user: mario tags: trunk | |
22:31 | Introduce `launchpad-releases` page. Updated polling with less delay. (So far only 30% of projects information received, less than 12% of release infos.) check-in: d16f5b9864 user: mario tags: trunk | |
22:28 | Make freecode/freshmeat.club just aliases of main freshcode.club domain. check-in: 28d1e9f14c user: mario tags: trunk | |
22:28 | Updated user agent string with concrete version number. check-in: bde5b9bcef user: mario tags: trunk | |
22:27 | Workaround for session cookie / CF issues. check-in: 4c3f82222e user: mario tags: trunk | |
22:26 | DrChangelog: removed template rules, added regex rule info for `changelog` module, mention current github querying breakage. check-in: c193eae1c8 user: mario tags: trunk | |
2015-01-11
| ||
03:40 | Experimental launchpad project+release polling. (Not using OAuth, so decidedly slow-running; gonna take two weeks before it gets any results.) check-in: 071676fbb1 user: mario tags: trunk | |
2015-01-08
| ||
17:57 | Friendlier placeholder page in case of SQLite locks / running update scripts. check-in: 6676cf4af8 user: mario tags: trunk | |
15:56 | Add extra Unicode backtick to allowed input::_text filter. check-in: 86d56847bc user: mario tags: trunk | |