Name | Modified | Size |
---|---|---|
.. | ||
calamari | ||
craft | ||
deepannotate | ||
doc | ||
garden | ||
genesaver | ||
hive | ||
imgutils | ||
jamgraph | ||
joincheck | ||
mediawiki | ||
others | ||
p4gremlin | ||
p4hl | ||
p4hltest | ||
p4qtree | ||
p4saver | ||
rollback | ||
scenesaver | ||
scripts | ||
squid | ||
webthumb | ||
Jamrules | 17 years ago | 13 KB |
Change | User | Description | Committed |
---|---|---|---|
30197 | Sam Stafford | Rename a lot of feature-specific entries to include the release. | about a year ago |
30196 | Sam Stafford | Old blog entries. Most of these can be found elsewhere, like on archive.org or som...etimes partially copy+pasted into KB articles without their original formatting, but since all the original blog navigation pages are gone (and don't really work very well in the Wayback Machine snapshots) it can be a lot of work to dig them up. Getting the original docs all in one place should make them a lot easier to link to (as I do pretty often). « |
about a year ago |
30050 | Sam Stafford | whoops (thanks for doing "populate" instead of "open for branch" like you said you were do...ing, P4V...) « | about a year ago |
30048 | Sam Stafford | Populate -o //guest/sam_stafford/genesaver/src/Brain.cpp //guest/sam_stafford/genesaver/sr...c/Brain2.cpp. « | about a year ago |
29823 | Sam Stafford | Check for "tag" typos and exit immediately rather than swapping in a null value (which ju...st results in cryptic errors falling out of p4). « |
about a year ago |
29778 | Sam Stafford | Make tags work with @=CHANGE. | 2 years ago |
29769 | Sam Stafford | combine_views.py | 2 years ago |
28434 | Sam Stafford | Script to dump fstat metadata into CSV format, with sample output. | 3 years ago |
23840 | Sam Stafford | Fix up groups. | 7 years ago |
23839 | Sam Stafford | Rearrange things a bit so this is a bit more useful as a Python module. | 7 years ago |
23832 | Sam Stafford | Fix up some comments. | 7 years ago |
23831 | Sam Stafford | Toy script to simulate effects of a protection table client-side. | 7 years ago |
20091 | Sam Stafford | Fix up "tag" command to handle ranges. Tags must be all alphabetic, as this mad...e the regex easier. « |
9 years ago |
19970 | Sam Stafford | Add a "tag" command so we can run commands at the changelist level, which is extra useful... for stuff involving moves. This doesn't create a Perforce label/tag, just creates a named alias in memory for the latest changelist at that time. Tags are cleared by the "cd" command just like the internal edit counter. E.g.: add foo edit foo tag apple edit foo branch foo@apple bar branch foo#2 baz test equal bar baz « |
9 years ago |
19000 | Sam Stafford | Fix some formatting. | 9 years ago |
18984 | Sam Stafford | First draft of base selection white paper, to be given to anyone who asks about it at Mer...ge. Those of you who are watching Workshop submits like hawks get an early preview... :) « |
9 years ago |
18739 | Sam Stafford | A selection of itest scripts. | 9 years ago |
15893 | Sam Stafford | Add "test mbase" to test move base. Note that this will return an F on old server...s that don't support "integ -Or". « |
10 years ago |
15889 | Sam Stafford | Pull in Pascal's changes. | 10 years ago |
10209 | Sam Stafford | Tidying up output -- no [path] in the output if no path is set. | 11 years ago |
9449 | Sam Stafford | Automatically prepend '//' to path arg of #p4graph (and Special:Perforce/graph page) if n...ot supplied. This is so that it's not required to use a URL with "///" in it, which I am told is distasteful. Since the path arg should ALWAYS be a depot path (right?) this is a safe adjustment to make. « |
11 years ago |
8643 | Sam Stafford | Include flags (if any) after test output -- very handy for comparing results with -2 vs -...3! « |
11 years ago |
8516 | Sam Stafford | Fix dbstat harvesting in "merge" command. | 11 years ago |
8515 | Sam Stafford | Add -dbstat option to add db.integed pos+scan numbers (for most recent merge/test integ c...ommand) to test output. « |
11 years ago |
8513 | Sam Stafford | Remove deliberate breakage used for testing purposes. | 11 years ago |
8512 | Sam Stafford | Sample trigger script for detecting inter-codeline renames and downgrading them to non-ato...mic add/deletes on the fly. « | 11 years ago |
8510 | Sam Stafford | Added 'p4 copy' to itest. | 11 years ago |
8470 | Sam Stafford | Fresh build. | 11 years ago |
8469 | Sam Stafford | Bind to source control with P4VS. So far so good. Make zoom better -- zoom aut...omatically adjusts to a minimum "pretty" value for the current resolution (regardless of what's in settings), and zoom adjustment in screensaver mode scales with current zoom level. « |
11 years ago |
8468 | Sam Stafford | Screenshot. | 11 years ago |
8466 | Sam Stafford | Fix default settings to work better in our modern widescreen world. | 11 years ago |
8465 | Sam Stafford | Finally building for Windows 7, by popular demand. | 11 years ago |
8281 | Sam Stafford | A script I use for testing integrate. Probably not of interest to too many other... people, but I wanted a quick way to link to it. « |
12 years ago |
8268 | Sam Stafford | {{#p4diff2:}} parser function. Usage: {{#p4diff2:path1|path2|flags}} Runs a no...rmal diff2 command with the output returned in a wiki-style block, optionally using the -d or -q flags, or just the total number of added/changed lines if the special -A flag is used. « |
12 years ago |
8250 | Sam Stafford | Report "warnings" if no "errors" given. If "p4 print" fails because there's no fi...le, that's a "warning", and that's something worth bubbling up since it usually indicates a configuration error in the script. « |
12 years ago |
8249 | Sam Stafford | Remove debug code. | 12 years ago |
8248 | Sam Stafford | Jobmerge trigger script. | 12 years ago |
8148 | Sam Stafford | #p4job(s) linking fixes: 1) Default P4Web link now includes fix info. 2) The #p4jobs tab...le doesn't generate a link for the job name if your formatting changed it. « |
13 years ago |
8079 | Sam Stafford | Fix rule-based styling in #p4jobs. The logic that handled "extra" arguments did...n't survive the restructuring I did earlier to fix compatibility problems, but it seems to work now. « |
13 years ago |
8077 | Sam Stafford | Make maxJobs limit for #p4jobs: function 1000 instead of 100. 100 remains the d...efault if you provide an out-of-bounds value. « |
13 years ago |
8072 | Sam Stafford | The variants AJAX now snags errors and reports them. Useful since it's the only th...ing that uses P4CLIENT. « |
13 years ago |
8071 | Sam Stafford | Fix p4print parser function. | 13 years ago |
8070 | Sam Stafford |
Rework special pages to work with new Mediawiki version. Ugh. |
13 years ago |
8037 | Sam Stafford | Fix strict warning in #p4chgcats. | 13 years ago |
8036 | Sam Stafford | Disable automatic #p4job linking when using alt port, since the P4Web probably doesn't mat...ch the alt port. Luckily it's not hard to swap in this functionality with a simple template. « |
13 years ago |
8035 | Sam Stafford | Cheesy altport hook in #p4jobs: pass P4PORT as the second word in the maxJobs field, e.g....: {{#p4jobs:subsystem=foo|Job Description|20 play:1999}} The alternate P4PORT must be set in $wgP4ALTPORTS, e.g.: $wgP4ALTPORTS = array( 'play:1999', '1981' ); « |
13 years ago |
8034 | Sam Stafford | Fix inadvertant rollback. | 13 years ago |
8033 | Sam Stafford | Fixes to work in strict mode. | 13 years ago |
8032 | Sam Stafford | Pull in changes from Marc, get the plugin working in my new environment. | 13 years ago |
7984 | Sam Stafford | Make #p4chgcats function able to handle multiple path arguments, separated by "+". The... incoming changelists aren't sorted, so under each category you first get all the matching changes from the first path, then the second path, etc. Kinda messy if you don't have your paths specified as ordered and non-overlapping change/date ranges. « |
14 years ago |