Edgewall Software

Changes between Version 172 and Version 173 of MacroBazaar


Ignore:
Timestamp:
Jul 28, 2006, 11:46:31 PM (18 years ago)
Author:
Matthew Good
Comment:

a captcha doesn't make sense to implement as a macro, see #3391 for a captcha request

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v172 v173  
    835835 * Request: In !ReTickets I'd like to be able to grab tickets including one or more (with regexps even) keywords listed in it, rather then using the summary. Perhaps as an option or new Macro?
    836836 * Request: In !LastModified or !DateOffset it would be cool to be able to put references to pages, source, changeset, roadmap instead of date only. That way i could display in my user pages a lot of usefull informations (days left before milestone, not modified since, commited since, and so on, ...)
    837  * Request: Would be cool to have a [http://www.captcha.net/ captcha] system on a macro like {{{[[captcha(some_email@example.com)]]}}}
    838    * A description of a similar idea that uses multiple pictures [http://www.thepcspy.com/articles/security/the_cutest_humantest_kittenauth KittenAuth] instead of a single malformed string of text (which can be hard to read). Plus, who doesn't like kittens?
    839  It would be cool to have a macro that could include a file in the project repository: {{{[[includeP('trunk/project/main.cpp')]]}}} or, even cooler, part of the file: {{{[[includeLines('trunk/project/main.cpp',from=10,to=5)]]}}}
     837 * It would be cool to have a macro that could include a file in the project repository: {{{[[includeP('trunk/project/main.cpp')]]}}} or, even cooler, part of the file: {{{[[includeLines('trunk/project/main.cpp',from=10,to=5)]]}}}
    840838Or the part of a file enclosed by a tag. For example, let trunk/foo.cpp be:
    841839{{{