<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/pkgedit.php, branch 1.5.4</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgedit.php?h=1.5.4</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgedit.php?h=1.5.4'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2008-12-22T04:20:40Z</updated>
<entry>
<title>Modify and fix typos in comment notification email.</title>
<updated>2008-12-22T04:20:40Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T21:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0793eca14f98144c3d5d022f58bb0b2fa3a74a5c'/>
<id>urn:sha1:0793eca14f98144c3d5d022f58bb0b2fa3a74a5c</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Really make all web paths relative.</title>
<updated>2008-12-22T04:19:56Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T17:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ae1c424c95f7912351f776096205e2a7b0b8952c'/>
<id>urn:sha1:ae1c424c95f7912351f776096205e2a7b0b8952c</id>
<content type='text'>
I forgot about the forms.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce function include_lang for translations.</title>
<updated>2008-12-21T09:03:27Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T07:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=78c2b5c67faec190985c3fb9509e942add4dc54c'/>
<id>urn:sha1:78c2b5c67faec190985c3fb9509e942add4dc54c</id>
<content type='text'>
This includes only the requested language for each page and
makes top level language include files obsolete.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add comment and submitted to notification emails for comments</title>
<updated>2008-10-09T22:10:04Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-10-07T20:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d32c12679ab76b2f0ca5ddb894ce9284020a3785'/>
<id>urn:sha1:d32c12679ab76b2f0ca5ddb894ce9284020a3785</id>
<content type='text'>
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove all vim mode lines. Add HACKING file.</title>
<updated>2008-06-17T05:38:01Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-06-17T05:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3a42725601885af3c7b25b376cd4c141c71968ee'/>
<id>urn:sha1:3a42725601885af3c7b25b376cd4c141c71968ee</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix URL and wording of pkgedit.php email</title>
<updated>2008-06-08T15:47:50Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-08T15:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=bbce51e419536070307418605af121ce2b94da60'/>
<id>urn:sha1:bbce51e419536070307418605af121ce2b94da60</id>
<content type='text'>
Very small fix, added word button to end of body and got rid of do_Details
in the package URL.

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Removed QBUG and DBUG</title>
<updated>2008-01-23T08:51:33Z</updated>
<author>
<name>Simo Leone</name>
<email>simo@archlinux.org</email>
</author>
<published>2008-01-23T08:51:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7bad8a8357773e7918e0b794dbec8a36ee9154ad'/>
<id>urn:sha1:7bad8a8357773e7918e0b794dbec8a36ee9154ad</id>
<content type='text'>
It was broken and hardly used. It's just as easy
to add short print statements or logging if
some debugging output is needed.

Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Tweaks of various page layouts and handling of data</title>
<updated>2008-01-20T06:21:20Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-01-12T09:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d4b07f2b334dada626e4743951cdd6adab87f62e'/>
<id>urn:sha1:d4b07f2b334dada626e4743951cdd6adab87f62e</id>
<content type='text'>
This is a patch that fixes a lot of little things:
* We no longer have pkgsearch or pkgdetails link functions and all
references to them are gone, that's what a back button is for and if
we really need it we can come up with something better
* No longer have do_Details variable, this means links on the package
search are simply ?ID=foo
* On the pkgdetails pages when there are either no deps, deps by,
sources or comments for a package the list for each will display
"None" instead of nothing at all (ruining the layout)
* Fixed a bug where if a package had no sources or no deps
pkgsubmit.php would submit an empty one
* Translation of the word "Search'" has been changed to "Search"

Most of these relate to each other.

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Center Add Comment box.</title>
<updated>2007-10-11T13:24:34Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-10-02T18:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d03dd1619423cd38d6bab712bf2ba766e8e59afc'/>
<id>urn:sha1:d03dd1619423cd38d6bab712bf2ba766e8e59afc</id>
<content type='text'>
Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Fixed version strings.</title>
<updated>2007-10-02T11:29:27Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-30T02:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=881b921eb30f5a28226e8b25ef194c4254cb09d5'/>
<id>urn:sha1:881b921eb30f5a28226e8b25ef194c4254cb09d5</id>
<content type='text'>
Added AUR_VERSION to config file, so now we should only need to
change one location. KISS ftw.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
</feed>
