Merge lp://staging/~coalwater/lernid/fix-810122 into lp://staging/lernid
Proposed by
Mohammad AbuShady
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~coalwater/lernid/fix-810122 |
Merge into: | lp://staging/lernid |
Diff against target: |
25 lines (+2/-2) 2 files modified
lernid/widgets/Browser.py (+1/-1) lernid/widgets/IrcWidget.py (+1/-1) |
To merge this branch: | bzr merge lp://staging/~coalwater/lernid/fix-810122 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
John S. Gruber | Needs Fixing | ||
Mohammad AbuShady (community) | not sure :d | Needs Resubmitting | |
Lernid Development Team | Pending | ||
Review via email: mp+100341@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 232. By Mohammad AbuShady
-
Fixing the regex in Browser widget to support autoloading
- 231. By Mohammad AbuShady
-
fixing the url highlighting function
Your patch is certainly an improvement, url's ending in a comma are now properly marked so that clicking on them worked for the examples I tried.
The autoloading still doesn't work, however. You might take a look at the autoloading search code at around line 232 in lernid/ widgets/ Browser. py.