index
:
hyperkitty.git
WIP
create_new_thread
master
Unnamed repository; edit this file 'description' to name the repository.
Aurélien Bompard
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Integrate gravatar within the thread view on the left column
Pierre-Yves Chibon
2012-04-23
2
-5
/
+5
|
*
Even more improvement on the pagination system
Pierre-Yves Chibon
2012-04-23
1
-1
/
+1
|
*
Attempt to improve the detection of the page number
Pierre-Yves Chibon
2012-04-23
1
-2
/
+9
|
*
Ugly hack to get gravatar working -- should be fixed in the db level and ↵
Pierre-Yves Chibon
2012-04-23
1
-0
/
+3
|
|
|
|
this commit should be reverted
*
Add integration with gravatar in the template and adjust documentation
Pierre-Yves Chibon
2012-04-23
7
-9
/
+16
|
*
Take out urlgrabber as the current code doesn't use it
Pierre-Yves Chibon
2012-04-23
1
-1
/
+1
|
*
Let's convert the value to int if there is a value to convert
Pierre-Yves Chibon
2012-04-23
1
-4
/
+5
|
*
Limit the result of the tag search to the lastest 50
Pierre-Yves Chibon
2012-04-19
2
-5
/
+15
|
*
Code cleaning for api.py
Aamir Khan
2012-04-14
2
-7
/
+3
|
*
Split the date at the bottom of the graph and change the orientation to 45°
Pierre-Yves Chibon
2012-04-12
1
-2
/
+16
|
*
Add the date at the bottom of the graph
Pierre-Yves Chibon
2012-04-11
1
-2
/
+9
|
*
Make the bar of the plot clickable
Pierre-Yves Chibon
2012-04-11
2
-16
/
+15
|
*
Enable to see archives for a single day
Pierre-Yves Chibon
2012-04-11
2
-7
/
+21
|
*
Add a title to the graph
Pierre-Yves Chibon
2012-04-11
1
-0
/
+7
|
*
Let's have a minimum information in there just to display the graph, even empty
Pierre-Yves Chibon
2012-04-11
1
-0
/
+2
|
*
Add an overview of the recent activities on the list
Pierre-Yves Chibon
2012-04-11
4
-0
/
+7803
|
*
Remove unused links generating 404 everytime we open the page...
Pierre-Yves Chibon
2012-04-11
1
-9
/
+0
|
*
Fix a little the width distribution of the elements in the page
Pierre-Yves Chibon
2012-04-10
1
-2
/
+2
|
*
Fix the previous/next link used in the pagination
Pierre-Yves Chibon
2012-04-05
2
-2
/
+15
|
*
Add a full_path information for the search template and do some code layout ↵
Pierre-Yves Chibon
2012-04-05
1
-3
/
+9
|
|
|
|
changes
*
Some formating
Pierre-Yves Chibon
2012-04-05
1
-13
/
+26
|
*
make tag pagination RESTish
Aamir Khan
2012-04-06
2
-2
/
+3
|
*
removed the mockup files
Aamir Khan
2012-04-06
7
-570
/
+0
|
*
removed urls without trailing slash from urls.py
Aamir Khan
2012-04-06
1
-32
/
+24
|
*
The order of the regex matters, urls with a trailing slash should be before ↵
Pierre-Yves Chibon
2012-04-05
1
-3
/
+4
|
|
|
|
the one without
*
Remove debugging code
Pierre-Yves Chibon
2012-04-05
1
-3
/
+3
|
*
urls.py fix - page can be more than a digit
Aamir Khan
2012-04-05
0
-0
/
+0
|
\
|
*
urls.py fix - page can be more than a digit
Aamir Khan
2012-04-05
1
-2
/
+2
|
|
*
|
urls.py fix - page can be more than a digit
Aamir Khan
2012-04-05
2
-4
/
+4
|
/
*
Fix next and previous links on search page
Aamir Khan
2012-04-05
2
-6
/
+6
|
*
Add num_threads - Number of threads to be displayed in each page
Aamir Khan
2012-04-05
1
-3
/
+3
|
*
add default value to page number
Aamir Khan
2012-04-05
1
-2
/
+2
|
*
RESTish URL for search result pages
Aamir Khan
2012-04-05
2
-10
/
+7
|
*
Fix the search to work properly with the pagination and have nice urls
Pierre-Yves Chibon
2012-04-05
3
-15
/
+13
|
*
Search page next & prev URL fix
Aamir Khan
2012-04-05
2
-4
/
+11
|
*
Fix: InvalidPage is not defined
Aamir Khan
2012-04-05
1
-1
/
+1
|
*
Add starting code for the mm3 <-> hk link
Pierre-Yves Chibon
2012-04-04
1
-0
/
+164
|
*
Remove debugging code
Pierre-Yves Chibon
2012-03-31
1
-1
/
+0
|
*
Implement the new identifiers (I've removed all the dashes in the identifiers)
Pierre-Yves Chibon
2012-03-31
2
-25
/
+43
|
*
Fix typo
Pierre-Yves Chibon
2012-03-31
1
-1
/
+1
|
*
Comment out the previous/next thread bits as this will not be valid anymore ↵
Pierre-Yves Chibon
2012-03-31
1
-5
/
+7
|
|
|
|
with the new system
*
Fix header of the Message and Thread templates
Pierre-Yves Chibon
2012-03-31
2
-2
/
+10
|
*
Add link to the threads
Pierre-Yves Chibon
2012-03-31
1
-2
/
+12
|
*
Add link to the message page from the thread
Pierre-Yves Chibon
2012-03-31
1
-2
/
+4
|
*
Remove the ordering for the time being, we should fix that at the database level
Pierre-Yves Chibon
2012-03-31
1
-2
/
+3
|
*
Sometime we have the first or the last thread
Pierre-Yves Chibon
2012-03-31
1
-0
/
+5
|
*
Add links to the summary and index pages
Pierre-Yves Chibon
2012-03-31
2
-1
/
+20
|
*
Add logic for single message view/page
Pierre-Yves Chibon
2012-03-31
2
-0
/
+19
|
*
Add templates for single message view
Pierre-Yves Chibon
2012-03-31
2
-0
/
+108
|
*
Merge
Pierre-Yves Chibon
2012-03-31
4
-3
/
+54
|
\
[prev]
[next]